Skip to content

Commit

Permalink
Merge pull request #226 from solver-it-sro/AG-104/default-en319132-false
Browse files Browse the repository at this point in the history
AG-104 Default en319132 to false
  • Loading branch information
celuchmarek authored Jul 19, 2023
2 parents 80bd2ae + e7a0c2b commit 93d410c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public DigestAlgorithm getDigestAlgorithm() {
}

public Boolean isEn319132() {
return en319132 != null ? en319132 : true;
return en319132 != null ? en319132 : false;
}

public String getInfoCanonicalization() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ components:
en319132:
type: boolean
example: false
description: Optional flag to control whether the signature should be made according to EN 319132. Defaults to true.
description: Optional flag to control whether the signature should be made according to EN 319132. Defaults to false.

infoCanonicalization:
type: string
Expand Down

0 comments on commit 93d410c

Please sign in to comment.