Class JKSKeyProvider

  • All Implemented Interfaces:
    KeyProvider

    public class JKSKeyProvider
    extends java.lang.Object
    implements KeyProvider
    A KeyProvider that retrieves keys from a java keystore.
    • Method Detail

      • getSecretKey

        public java.security.Key getSecretKey​(java.lang.String keyAlias)
                                       throws java.io.IOException
        Specified by:
        getSecretKey in interface KeyProvider
        Throws:
        java.io.IOException