Interface PKIXTrustEngine<TokenType>

  • Type Parameters:
    TokenType - the token type this trust engine evaluates
    All Superinterfaces:
    TrustEngine<TokenType>

    public interface PKIXTrustEngine<TokenType>
    extends TrustEngine<TokenType>
    Trust engine that validates tokens using PKIX validation.
    • Method Detail

      • getPKIXResolver

        @Nonnull
        PKIXValidationInformationResolver getPKIXResolver()
        Get the resolver instance which will be used to resolve PKIX validation information.
        Returns:
        the currently configured resolver instance