org.apache.camel.component.crypto
Class DigitalSignatureConstants

java.lang.Object
  extended by org.apache.camel.component.crypto.DigitalSignatureConstants

public final class DigitalSignatureConstants
extends Object

DigitalSignatureConstants contains Constants for use as Message header keys.


Field Summary
static String KEYSTORE_ALIAS
           
static String KEYSTORE_PASSWORD
           
static String SIGNATURE
           
static String SIGNATURE_PRIVATE_KEY
           
static String SIGNATURE_PUBLIC_KEY_OR_CERT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIGNATURE_PRIVATE_KEY

public static final String SIGNATURE_PRIVATE_KEY
See Also:
Constant Field Values

SIGNATURE_PUBLIC_KEY_OR_CERT

public static final String SIGNATURE_PUBLIC_KEY_OR_CERT
See Also:
Constant Field Values

SIGNATURE

public static final String SIGNATURE
See Also:
Constant Field Values

KEYSTORE_ALIAS

public static final String KEYSTORE_ALIAS
See Also:
Constant Field Values

KEYSTORE_PASSWORD

public static final String KEYSTORE_PASSWORD
See Also:
Constant Field Values


Apache Camel