Class InlineJwksProvider

  • All Implemented Interfaces:
    KeyInfoProvider

    public class InlineJwksProvider
    extends AbstractKeyInfoProvider
    Implementation of KeyInfoProvider which provides basic support for extracting a JWKCredential child of KeyInfo. The value is expected to be either a Base64-encoded value of either a single JWK credential or a JSON array of JWK credentials.
    • Field Detail

      • log

        private final org.slf4j.Logger log
        Class logger.
    • Constructor Detail

      • InlineJwksProvider

        public InlineJwksProvider()