Java org.bouncycastle.x509 PKIXCertPathReviewer fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.x509 PKIXCertPathReviewer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.x509 PKIXCertPathReviewer.

The text is from its open source code.

Subclass

org.bouncycastle.x509.PKIXCertPathReviewer has subclasses.
Click this link to see all its subclasses.

Constructor

PKIXCertPathReviewer(CertPath certPath, PKIXParameters params)
Creates a PKIXCertPathReviewer and initializes it with the given CertPath and PKIXParameters params

Method

CertPathgetCertPath()
intgetCertPathSize()
ListgetErrors(int index)
Returns an List of error messages for the certificate at the given index in the CertPath.
ListgetNotifications(int index)
Returns an List of notification messages for the certificate at the given index in the CertPath.
booleanisValidCertPath()