Class CertPathValidationResult

java.lang.Object
org.bouncycastle.cert.path.CertPathValidationResult

public class CertPathValidationResult extends Object
  • Constructor Details

  • Method Details

    • isValid

      public boolean isValid()
    • getCause

      public CertPathValidationException getCause()
    • getFailingCertIndex

      public int getFailingCertIndex()
    • getFailingRuleIndex

      public int getFailingRuleIndex()
    • getUnhandledCriticalExtensionOIDs

      public Set getUnhandledCriticalExtensionOIDs()
    • isDetailed

      public boolean isDetailed()
    • getCauses

      public CertPathValidationException[] getCauses()
    • getFailingCertIndexes

      public int[] getFailingCertIndexes()
    • getFailingRuleIndexes

      public int[] getFailingRuleIndexes()