Class SimpleMessageSecurityProvider

    • Field Detail

      • SETTING_SIGNINGKEYSTORE_PATH

        public static final java.lang.String SETTING_SIGNINGKEYSTORE_PATH
        Setting indicating the path to the signing JKS key store (required)
        See Also:
        Constant Field Values
      • SETTING_SIGNINGKEYSTORE_PASSWORD

        public static final java.lang.String SETTING_SIGNINGKEYSTORE_PASSWORD
        Setting indicating the password to the signing key store (required)
        See Also:
        Constant Field Values
      • SETTING_SIGNINGKEYSTORE_ALIAS

        public static final java.lang.String SETTING_SIGNINGKEYSTORE_ALIAS
        Setting indicating the alias of the certificate to use in the signing key store (required)
        See Also:
        Constant Field Values
      • SETTING_DECRYPTKEYSTORE_PATH

        public static final java.lang.String SETTING_DECRYPTKEYSTORE_PATH
        Setting indicating the path to the decrypt JKS key store (optional, if not set is signing keystore used for both signing and encryption)
        See Also:
        Constant Field Values
      • SETTING_DECRYPTKEYSTORE_PASSWORD

        public static final java.lang.String SETTING_DECRYPTKEYSTORE_PASSWORD
        Setting indicating the password to the decrypt key store (required, if encrypt key store is specified.)
        See Also:
        Constant Field Values
      • SETTING_DECRYPTKEYSTORE_DEFAULTKEY_ALIAS

        public static final java.lang.String SETTING_DECRYPTKEYSTORE_DEFAULTKEY_ALIAS
        Setting indicating the alias of the decryption key to use if no specific key is known. (optional, if not set is same as signing keystore alias used.)
        See Also:
        Constant Field Values
      • SETTING_TRUSTKEYSTORE_PATH

        public static final java.lang.String SETTING_TRUSTKEYSTORE_PATH
        Setting indicating the path to the trust JKS key store (required)
        See Also:
        Constant Field Values
      • SETTING_TRUSTKEYSTORE_PASSWORD

        public static final java.lang.String SETTING_TRUSTKEYSTORE_PASSWORD
        Setting indicating the password to the trust JKS key store (required)
        See Also:
        Constant Field Values
      • SETTING_SIGNATURE_ALGORITHM_SCHEME

        public static final java.lang.String SETTING_SIGNATURE_ALGORITHM_SCHEME
        Setting indicating the Signature algorithm scheme to use, possible values are:
      • RSAWithSHA256 (Default if not set).
See Also:
Constant Field Values
See Also:
Constant Field Values