at.knowcenter.wag.egov.egiz.sig.connectors
Class TemplateReplaces

java.lang.Object
  extended byat.knowcenter.wag.egov.egiz.sig.connectors.TemplateReplaces

public final class TemplateReplaces
extends Object

This class contains String constants that are frequently used in various connector templates to fill in the data into the templates.

Author:
wprinz

Field Summary
static String BASE64_CONTENT_REPLACE
          The placeholder text in the template to be replaced by the Base64 content.
static String CERT_ALG_REPLACE
          The placeholder text in the template to be replaced by the cert alg.
static String CERT_DIGEST_REPLACE
          The placeholder text in the template to be replaced by the digest method for cert.
static String DATA_DIGEST_REPLACE
          The placeholder text in the template to be replaced by the digest method for data.
static String DATE_TIME_REPLACE
          The placeholder text in the template to be replaced by the dateTime element.
static String DIGEST_VALUE_CERTIFICATE_REPLACE
          The placeholder text in the template to be replaced by the certificate digest.
static String DIGEST_VALUE_SIGNED_DATA_REPLACE
          The placeholder text in the template to be replaced by the digest value of the signed data.
static String DIGEST_VALUE_SIGNED_PROPERTIES_REPLACE
          The placeholder text in the template to be replaced by the signed properties digest.
static String ETSI_DATA_OBJ_URI_REPLACE
          The placeholder text in the template to be replaced by the EtsiDataObjURI.
static String ETSI_DATA_REF_REPLACE
          The placeholder text in the template to be replaced by the EtsiDataRef.
static String KEY_IDENTIFIER_REPLACE
          The placeholder text in the template to be replaced by the key identifier.
static String KEYBOX_IDENTIFIER_REPLACE
          The placeholder text in the template to be replaced by the keybox identifier.
static String LOC_REF_CONTENT_REPLACE
          The placeholder text in the template to be replaced by the LocRefContent URL.
static String MIME_TYPE_REPLACE
          The placeholder text in the template to be replaced by the mime type.
static String PROPERTIES_DIGEST_REPLACE
          The placeholder text in the template to be replaced by the digest method for properties.
static String RETURN_HASH_INPUT_DATA_REPLACE
          The placeholder text in the template to be replaced by the return hash input data element.
static String SIG_DATA_OBJ_URI_REPLACE
          The placeholder text in the template to be replaced by the SigDataObjURI.
static String SIG_DATA_REF_REPLACE
          The placeholder text in the template to be replaced by the SigDataRef.
static String SIG_ID_REPLACE
          The placeholder text in the template to be replaced by the SigId.
static String SIGNATURE_VALUE_REPLACE
          The placeholder text in the template to be replaced by the signature value.
static String SIGNING_TIME_REPLACE
          The placeholder text in the template to be replaced by the signing time.
static String TRUST_PROFILE_ID_REPLACE
          The placeholder text in the template to be replaced by the trust profile ID.
static String X509_CERTIFICATE_REPLACE
          The placeholder text in the template to be replaced by the X.509 certificate.
static String X509_ISSUER_NAME_REPLACE
          The placeholder text in the template to be replaced by the issuer name.
static String X509_SERIAL_NUMBER_REPLACE
          The placeholder text in the template to be replaced by the serial number.
static String XML_CONTENT_REPLACE
          The placeholder text in the template to be replaced by the XML content of another template.
 
Constructor Summary
TemplateReplaces()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEYBOX_IDENTIFIER_REPLACE

public static final String KEYBOX_IDENTIFIER_REPLACE
The placeholder text in the template to be replaced by the keybox identifier.

See Also:
Constant Field Values

MIME_TYPE_REPLACE

public static final String MIME_TYPE_REPLACE
The placeholder text in the template to be replaced by the mime type.

See Also:
Constant Field Values

XML_CONTENT_REPLACE

public static final String XML_CONTENT_REPLACE
The placeholder text in the template to be replaced by the XML content of another template.

See Also:
Constant Field Values

CERT_ALG_REPLACE

public static final String CERT_ALG_REPLACE
The placeholder text in the template to be replaced by the cert alg.

See Also:
Constant Field Values

DIGEST_VALUE_SIGNED_DATA_REPLACE

public static final String DIGEST_VALUE_SIGNED_DATA_REPLACE
The placeholder text in the template to be replaced by the digest value of the signed data.

See Also:
Constant Field Values

SIGNATURE_VALUE_REPLACE

public static final String SIGNATURE_VALUE_REPLACE
The placeholder text in the template to be replaced by the signature value.

See Also:
Constant Field Values

X509_CERTIFICATE_REPLACE

public static final String X509_CERTIFICATE_REPLACE
The placeholder text in the template to be replaced by the X.509 certificate.

See Also:
Constant Field Values

SIGNING_TIME_REPLACE

public static final String SIGNING_TIME_REPLACE
The placeholder text in the template to be replaced by the signing time.

See Also:
Constant Field Values

DIGEST_VALUE_CERTIFICATE_REPLACE

public static final String DIGEST_VALUE_CERTIFICATE_REPLACE
The placeholder text in the template to be replaced by the certificate digest.

See Also:
Constant Field Values

X509_ISSUER_NAME_REPLACE

public static final String X509_ISSUER_NAME_REPLACE
The placeholder text in the template to be replaced by the issuer name.

See Also:
Constant Field Values

X509_SERIAL_NUMBER_REPLACE

public static final String X509_SERIAL_NUMBER_REPLACE
The placeholder text in the template to be replaced by the serial number.

See Also:
Constant Field Values

DIGEST_VALUE_SIGNED_PROPERTIES_REPLACE

public static final String DIGEST_VALUE_SIGNED_PROPERTIES_REPLACE
The placeholder text in the template to be replaced by the signed properties digest.

See Also:
Constant Field Values

SIG_DATA_REF_REPLACE

public static final String SIG_DATA_REF_REPLACE
The placeholder text in the template to be replaced by the SigDataRef.

See Also:
Constant Field Values

ETSI_DATA_REF_REPLACE

public static final String ETSI_DATA_REF_REPLACE
The placeholder text in the template to be replaced by the EtsiDataRef.

See Also:
Constant Field Values

SIG_DATA_OBJ_URI_REPLACE

public static final String SIG_DATA_OBJ_URI_REPLACE
The placeholder text in the template to be replaced by the SigDataObjURI.

See Also:
Constant Field Values

ETSI_DATA_OBJ_URI_REPLACE

public static final String ETSI_DATA_OBJ_URI_REPLACE
The placeholder text in the template to be replaced by the EtsiDataObjURI.

See Also:
Constant Field Values

SIG_ID_REPLACE

public static final String SIG_ID_REPLACE
The placeholder text in the template to be replaced by the SigId.

See Also:
Constant Field Values

KEY_IDENTIFIER_REPLACE

public static final String KEY_IDENTIFIER_REPLACE
The placeholder text in the template to be replaced by the key identifier.

See Also:
Constant Field Values

LOC_REF_CONTENT_REPLACE

public static final String LOC_REF_CONTENT_REPLACE
The placeholder text in the template to be replaced by the LocRefContent URL.

See Also:
Constant Field Values

TRUST_PROFILE_ID_REPLACE

public static final String TRUST_PROFILE_ID_REPLACE
The placeholder text in the template to be replaced by the trust profile ID.

See Also:
Constant Field Values

RETURN_HASH_INPUT_DATA_REPLACE

public static final String RETURN_HASH_INPUT_DATA_REPLACE
The placeholder text in the template to be replaced by the return hash input data element.

See Also:
Constant Field Values

DATE_TIME_REPLACE

public static final String DATE_TIME_REPLACE
The placeholder text in the template to be replaced by the dateTime element.

See Also:
Constant Field Values

BASE64_CONTENT_REPLACE

public static final String BASE64_CONTENT_REPLACE
The placeholder text in the template to be replaced by the Base64 content.

See Also:
Constant Field Values

DATA_DIGEST_REPLACE

public static final String DATA_DIGEST_REPLACE
The placeholder text in the template to be replaced by the digest method for data.

See Also:
Constant Field Values

PROPERTIES_DIGEST_REPLACE

public static final String PROPERTIES_DIGEST_REPLACE
The placeholder text in the template to be replaced by the digest method for properties.

See Also:
Constant Field Values

CERT_DIGEST_REPLACE

public static final String CERT_DIGEST_REPLACE
The placeholder text in the template to be replaced by the digest method for cert.

See Also:
Constant Field Values
Constructor Detail

TemplateReplaces

public TemplateReplaces()


Copyright © 2006-2010. All Rights Reserved.