Class DigitalSignatureConstants


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

      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values