Class Sha384CredentialsMatcher

  • All Implemented Interfaces:
    CredentialsMatcher

    public class Sha384CredentialsMatcher
    extends HashedCredentialsMatcher
    Deprecated.
    since 1.1 - use the HashedCredentialsMatcher directly and set its hashAlgorithmName property.
    HashedCredentialsMatcher implementation that expects the stored AuthenticationInfo credentials to be SHA-384 hashed.
    Since:
    0.9
    • Constructor Detail

      • Sha384CredentialsMatcher

        public Sha384CredentialsMatcher()
        Deprecated.