|
Bouncy Castle Cryptography 1.19 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.jce.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, java.security.InvalidAlgorithmParameterException
engineBuild
in class CertPathBuilderSpi
params
- PKIXBuilderParameters object containing all
information to build the CertPath
|
Bouncy Castle Cryptography 1.19 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |