Interface PKIXTrustEvaluator

    • Method Detail

      • validate

        boolean validate​(@Nonnull
                         PKIXValidationInformation validationInfo,
                         @Nonnull
                         X509Credential untrustedCredential)
                  throws SecurityException
        Validate the specified credential against the specified set of trusted validation information.
        Parameters:
        validationInfo - the set of trusted validation information
        untrustedCredential - the credential being evaluated
        Returns:
        true if the credential can be successfully evaluated, false otherwise
        Throws:
        SecurityException - thrown if there is an error evaluating the credential