com.ibm.configurator.sterling.userauth.verify

Interface IJWTVerificationKeyLoader

  • All Known Implementing Classes:
    TruststoreSigningKeyLoader


    public interface IJWTVerificationKeyLoader
    Created by SwatiChougule on 9/1/2019.
    • Method Detail

      • loadKeyForVerification

        java.security.Key loadKeyForVerification(java.lang.String issuer,
                                                 java.util.Map<java.lang.String,java.lang.Object> headerParams)
                                          throws JWTKeyLoadException
        Throws:
        JWTKeyLoadException