public interface PKIXTrustEvaluator
X509Credential against a set of trusted
PKIXValidationInformation, using PKIX validation rules.| Modifier and Type | Method and Description |
|---|---|
PKIXValidationOptions |
getPKIXValidationOptions()
Get the
PKIXValidationOptions instance that is in use. |
boolean |
validate(PKIXValidationInformation validationInfo,
X509Credential untrustedCredential)
Validate the specified credential against the specified set of trusted validation information.
|
boolean validate(@Nonnull PKIXValidationInformation validationInfo, @Nonnull X509Credential untrustedCredential) throws SecurityException
validationInfo - the set of trusted validation informationuntrustedCredential - the credential being evaluatedSecurityException - thrown if there is an error evaluating the credential@Nonnull PKIXValidationOptions getPKIXValidationOptions()
PKIXValidationOptions instance that is in use.Copyright © 2016 JBoss by Red Hat. All rights reserved.