Package org.bouncycastle.cert.path
Class CertPath
- java.lang.Object
 - 
- org.bouncycastle.cert.path.CertPath
 
 
- 
public class CertPath extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description CertPath(X509CertificateHolder[] certificates) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertPathValidationResultevaluate(CertPathValidation[] ruleSet)X509CertificateHolder[]getCertificates()intlength()CertPathValidationResultvalidate(CertPathValidation[] ruleSet) 
 - 
 
- 
- 
Constructor Detail
- 
CertPath
public CertPath(X509CertificateHolder[] certificates)
 
 - 
 
- 
Method Detail
- 
getCertificates
public X509CertificateHolder[] getCertificates()
 
- 
validate
public CertPathValidationResult validate(CertPathValidation[] ruleSet)
 
- 
evaluate
public CertPathValidationResult evaluate(CertPathValidation[] ruleSet)
 
- 
length
public int length()
 
 - 
 
 -