Example usage for org.bouncycastle.x509 PKIXCertPathReviewer subclass-usage

List of usage examples for org.bouncycastle.x509 PKIXCertPathReviewer subclass-usage

Introduction

In this page you can find the example usage for org.bouncycastle.x509 PKIXCertPathReviewer subclass-usage.

Usage

From source file eu.emi.security.authn.x509.helpers.pkipath.bc.FixedBCPKIXCertPathReviewer.java

/**
 * PKIXCertPathReviewer<br>
 * Validation of X.509 Certificate Paths. Tries to find as much errors in the Path as possible.
 * Copy note: unfortunately a lot of code can not be inherited, as too many methods 
 * are private + are very long :-(
 */