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 CertPathValidationResult
evaluate(CertPathValidation[] ruleSet)
X509CertificateHolder[]
getCertificates()
int
length()
CertPathValidationResult
validate(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()
-
-