Class SecretKeyResolver


  • public class SecretKeyResolver
    extends KeyResolverSpi
    Resolves a SecretKey within a KeyStore based on the KeyName. The KeyName is the key entry alias within the KeyStore.
    • Constructor Detail

      • SecretKeyResolver

        public SecretKeyResolver​(java.security.KeyStore keyStore,
                                 char[] password)
        Constructor.