|
XMLTooling-J 1.3.2-redhat-4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PKIXTrustEvaluator
An interface for classes which evaluate an X509Credential
against a set of trusted
PKIXValidationInformation
, using PKIX validation rules.
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean validate(PKIXValidationInformation validationInfo, X509Credential untrustedCredential) throws SecurityException
validationInfo
- the set of trusted validation informationuntrustedCredential
- the credential being evaluated
SecurityException
- thrown if there is an error evaluating the credentialPKIXValidationOptions getPKIXValidationOptions()
PKIXValidationOptions
instance that is in use.
|
XMLTooling-J 1.3.2-redhat-4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |