From d20795e32255b789a2c9a5f872a7958424c32ee4 Mon Sep 17 00:00:00 2001 From: ferbas Date: Tue, 27 Oct 2009 11:07:54 +0000 Subject: added replaces for dynamic signature suites git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@361 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- .../wag/egov/egiz/sig/connectors/TemplateReplaces.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/main/java/at/knowcenter/wag/egov') diff --git a/src/main/java/at/knowcenter/wag/egov/egiz/sig/connectors/TemplateReplaces.java b/src/main/java/at/knowcenter/wag/egov/egiz/sig/connectors/TemplateReplaces.java index 149065c..b4fc8b9 100644 --- a/src/main/java/at/knowcenter/wag/egov/egiz/sig/connectors/TemplateReplaces.java +++ b/src/main/java/at/knowcenter/wag/egov/egiz/sig/connectors/TemplateReplaces.java @@ -132,4 +132,21 @@ public final class TemplateReplaces * The placeholder text in the template to be replaced by the Base64 content. */ public static final String BASE64_CONTENT_REPLACE = "Base64ContentReplace"; //$NON-NLS-1$ + +//dferbas + /** + * The placeholder text in the template to be replaced by the digest method for data. + */ + public static final String DATA_DIGEST_REPLACE = "DataDigestReplace"; //$NON-NLS-1$ + + /** + * The placeholder text in the template to be replaced by the digest method for properties. + */ + public static final String PROPERTIES_DIGEST_REPLACE = "PropertiesDigestReplace"; //$NON-NLS-1$ + + /** + * The placeholder text in the template to be replaced by the digest method for cert. + */ + public static final String CERT_DIGEST_REPLACE = "CertDigestReplace"; //$NON-NLS-1$ + } -- cgit v1.2.3