|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.security.cert.CertPathValidatorSpi
org.bouncycastle.jce.provider.PKIXAttrCertPathValidatorSpi
public class PKIXAttrCertPathValidatorSpi
CertPathValidatorSpi implementation for X.509 Attribute Certificates la RFC 3281.
ExtendedPKIXParameters| Constructor Summary | |
|---|---|
PKIXAttrCertPathValidatorSpi()
|
|
| Method Summary | |
|---|---|
java.security.cert.CertPathValidatorResult |
engineValidate(java.security.cert.CertPath certPath,
java.security.cert.CertPathParameters params)
Validates an attribute certificate with the given certificate path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PKIXAttrCertPathValidatorSpi()
| Method Detail |
|---|
public java.security.cert.CertPathValidatorResult engineValidate(java.security.cert.CertPath certPath,
java.security.cert.CertPathParameters params)
throws java.security.cert.CertPathValidatorException,
java.security.InvalidAlgorithmParameterException
params must be an instance of
ExtendedPKIXParameters.
The target constraints in the params must be an
X509AttributeCertStoreSelector with at least the attribute
certificate criterion set. Obey that also target informations may be
necessary to correctly validate this attribute certificate.
The attribute certificate issuer must be added to the trusted attribute
issuers with ExtendedPKIXParameters.setTrustedACIssuers(Set).
engineValidate in class java.security.cert.CertPathValidatorSpicertPath - The certificate path which belongs to the attribute
certificate issuer public key certificate.params - The PKIX parameters.
PKIXCertPathValidatorResult of the result of
validating the certPath.
java.security.InvalidAlgorithmParameterException - if params is
inappropriate for this validator.
java.security.cert.CertPathValidatorException - if the verification fails.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||