org.apache.camel.component.crypto
Interface DigitalSignatureConstants


public interface DigitalSignatureConstants

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
           
 

Field Detail

SIGNATURE_PRIVATE_KEY

static final String SIGNATURE_PRIVATE_KEY
See Also:
Constant Field Values

SIGNATURE_PUBLIC_KEY_OR_CERT

static final String SIGNATURE_PUBLIC_KEY_OR_CERT
See Also:
Constant Field Values

SIGNATURE

static final String SIGNATURE
See Also:
Constant Field Values

KEYSTORE_ALIAS

static final String KEYSTORE_ALIAS
See Also:
Constant Field Values

KEYSTORE_PASSWORD

static final String KEYSTORE_PASSWORD
See Also:
Constant Field Values


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.