Class DigitalSignatureConstants

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

public final class DigitalSignatureConstants extends Object
DigitalSignatureConstants contains Constants for use as Message header keys.
  • Field Details

    • SIGNATURE_PRIVATE_KEY

      @Metadata(description="The PrivateKey that should be used to sign the message", javaType="java.security.PrivateKey") public static final String SIGNATURE_PRIVATE_KEY
      See Also:
    • SIGNATURE_PUBLIC_KEY_OR_CERT

      @Metadata(description="The Certificate or PublicKey that should be used to verify the signature", javaType="Certificate or PublicKey") public static final String SIGNATURE_PUBLIC_KEY_OR_CERT
      See Also:
    • SIGNATURE

      public static final String SIGNATURE
      See Also:
    • KEYSTORE_ALIAS

      @Metadata(description="The alias used to query the KeyStore for keys and Certificates to be\n used in signing and verifying exchanges", javaType="String") public static final String KEYSTORE_ALIAS
      See Also:
    • KEYSTORE_PASSWORD

      @Metadata(description="The password used to access an aliased PrivateKey in the KeyStore.", javaType="char[]") public static final String KEYSTORE_PASSWORD
      See Also: