Example usage for org.bouncycastle.jce.provider RFC3280CertPathUtilities subclass-usage

List of usage examples for org.bouncycastle.jce.provider RFC3280CertPathUtilities subclass-usage

Introduction

In this page you can find the example usage for org.bouncycastle.jce.provider RFC3280CertPathUtilities subclass-usage.

Usage

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

/**
 * This class exposes the BC's JCA implementation of the {@link RFC3280CertPathUtilities}.
 * It was done to: fix its bugs (only one or two, should be OK in BC 1.47) and 
 * to have errors consumable by the rest of this library (most of the code).
 * @author K. Benedyczak (modifications)
 */