Class BasicJWKCredentialFactoryBean

    • Field Detail

      • log

        private final org.slf4j.Logger log
        Class logger.
      • jwkResource

        private Resource jwkResource
        Where the private key is to be found.
    • Constructor Detail

      • BasicJWKCredentialFactoryBean

        public BasicJWKCredentialFactoryBean()
    • Method Detail

      • setResource

        public void setResource​(@Nonnull
                                Resource res)
        Set the resource containing the private key.
        Parameters:
        res - private key resource, never null