|
Bouncy Castle Cryptography 1.20 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.security.cert.CertPathBuilderSpi
|
+--org.bouncycastle.jce.provider.PKIXCertPathBuilderSpi
Implements the PKIX CertPathBuilding algorithem for BouncyCastle.
MAYBE: implement more CertPath validation whil build path to omit invalid pathes
CertPathBuilderSpi| Constructor Summary | |
PKIXCertPathBuilderSpi()
|
|
| Method Summary | |
CertPathBuilderResult |
engineBuild(CertPathParameters params)
Build and validate a CertPath using the given parameter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PKIXCertPathBuilderSpi()
| Method Detail |
public CertPathBuilderResult engineBuild(CertPathParameters params)
throws CertPathBuilderException,
InvalidAlgorithmParameterException
engineBuild in class CertPathBuilderSpiparams - PKIXBuilderParameters object containing all
information to build the CertPath
CertPathBuilderException - if the builder is unable
to construct a certification path that satisfies the
specified
InvalidAlgorithmParameterException
|
Bouncy Castle Cryptography 1.20 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||