diff options
| author | Klaus Stranacher <kstranacher@iaik.tugraz.at> | 2013-04-16 14:44:08 +0200 | 
|---|---|---|
| committer | Klaus Stranacher <kstranacher@iaik.tugraz.at> | 2013-04-16 14:44:08 +0200 | 
| commit | 1ad814ccbbe4f65f430ac738104e3f3c8256c229 (patch) | |
| tree | 1a260bdee968138978f32040831e5627d402da1a /common/src/main/java/at/gv | |
| parent | 2e54605e4b6b828137ae92ac91564b833bdb8a14 (diff) | |
| download | moa-id-spss-1ad814ccbbe4f65f430ac738104e3f3c8256c229.tar.gz moa-id-spss-1ad814ccbbe4f65f430ac738104e3f3c8256c229.tar.bz2 moa-id-spss-1ad814ccbbe4f65f430ac738104e3f3c8256c229.zip | |
Update digest algorithm, XAdES version, whitelisting
Diffstat (limited to 'common/src/main/java/at/gv')
| -rw-r--r-- | common/src/main/java/at/gv/egovernment/moa/util/Constants.java | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/common/src/main/java/at/gv/egovernment/moa/util/Constants.java b/common/src/main/java/at/gv/egovernment/moa/util/Constants.java index c4f7eb3f3..7e98f0427 100644 --- a/common/src/main/java/at/gv/egovernment/moa/util/Constants.java +++ b/common/src/main/java/at/gv/egovernment/moa/util/Constants.java @@ -397,6 +397,20 @@ public interface Constants {    /** URI of the SHA1 digest algorithm */    public static final String SHA1_URI =      "http://www.w3.org/2000/09/xmldsig#sha1"; +   +  /** URI of the SHA1 digest algorithm */ +  public static final String SHA256_URI = +    "http://www.w3.org/2000/09/xmldsig#sha256"; +   +  /** URI of the SHA1 digest algorithm */ +  public static final String SHA384_URI = +    "http://www.w3.org/2000/09/xmldsig#sha384"; +   +  /** URI of the SHA1 digest algorithm */ +  public static final String SHA512_URI = +    "http://www.w3.org/2000/09/xmldsig#sha512"; +   +  // TODO Supported Hash-Algorithms?    /** URI of the Canonical XML algorithm */    public static final String C14N_URI = | 
