Implements the PKIX CertPathBuilding algorithem for BouncyCastle.
MAYBE: implement more CertPath validation whil build path to omit invalid pathes See Also:CertPathBuilderSpi
findTrustAnchor(X509Certificate cert, Set trustAnchors) Search the given Set of TrustAnchor's for one that is the
issuer of the fiven X509 certificate.
Build and validate a CertPath using the given parameter.
Parameters: params - PKIXBuilderParameters object containing allinformation to build the CertPath
Search the given Set of TrustAnchor's for one that is the
issuer of the fiven X509 certificate.
Parameters: cert - the X509 certificate Parameters: trustAnchors - a Set of TrustAnchor's the TrustAnchor object if found ornull if not.
Methods inherited from java.security.cert.CertPathBuilderSpi