Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cert.path
Class CertPathValidationResult

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

public class CertPathValidationResult
extends java.lang.Object


Constructor Summary
CertPathValidationResult(CertPathValidationContext context)
           
CertPathValidationResult(CertPathValidationContext context, int[] certIndexes, int[] ruleIndexes, CertPathValidationException[] causes)
           
CertPathValidationResult(CertPathValidationContext context, int certIndex, int ruleIndex, CertPathValidationException cause)
           
 
Method Summary
 CertPathValidationException getCause()
           
 CertPathValidationException[] getCauses()
           
 int getFailingCertIndex()
           
 int[] getFailingCertIndexes()
           
 int getFailingRuleIndex()
           
 int[] getFailingRuleIndexes()
           
 java.util.Set getUnhandledCriticalExtensionOIDs()
           
 boolean isDetailed()
           
 boolean isValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertPathValidationResult

public CertPathValidationResult(CertPathValidationContext context)

CertPathValidationResult

public CertPathValidationResult(CertPathValidationContext context,
                                int certIndex,
                                int ruleIndex,
                                CertPathValidationException cause)

CertPathValidationResult

public CertPathValidationResult(CertPathValidationContext context,
                                int[] certIndexes,
                                int[] ruleIndexes,
                                CertPathValidationException[] causes)
Method Detail

isValid

public boolean isValid()

getCause

public CertPathValidationException getCause()

getFailingCertIndex

public int getFailingCertIndex()

getFailingRuleIndex

public int getFailingRuleIndex()

getUnhandledCriticalExtensionOIDs

public java.util.Set getUnhandledCriticalExtensionOIDs()

isDetailed

public boolean isDetailed()

getCauses

public CertPathValidationException[] getCauses()

getFailingCertIndexes

public int[] getFailingCertIndexes()

getFailingRuleIndexes

public int[] getFailingRuleIndexes()

Bouncy Castle Cryptography Library 1.79