Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cert.path
Class CertPath

java.lang.Object
  |
  +--org.bouncycastle.cert.path.CertPath

public class CertPath
extends java.lang.Object


Constructor Summary
CertPath(X509CertificateHolder[] certificates)
           
 
Method Summary
 CertPathValidationResult evaluate(CertPathValidation[] ruleSet)
           
 X509CertificateHolder[] getCertificates()
           
 int length()
           
 CertPathValidationResult validate(CertPathValidation[] ruleSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()

Bouncy Castle Cryptography Library 1.79