See: Description
Class | Description |
---|---|
CertPathValidatorUtilitiesCanl |
Exposes otherwise hidden methods from
CertPathValidatorUtilitiesCanl plus in some
cases fixes bugs plus produces errors in the desired format. |
FixedBCPKIXCertPathReviewer |
PKIXCertPathReviewer
Validation of X.509 Certificate Paths. |
PKIXPolicyNode | |
RFC3280CertPathUtilitiesCanl |
This class exposes the BC's JCA implementation of the
RFC3280CertPathUtilities . |
Warning: this package contains internal implementation of the library. It is not guaranteed that API of the classes from this package will not change in future releases.
The code here is divided in two parts: classes copied from BC and minimally updated and
custom extensions using those classes.
Custom classes are placed in this package as original BC classes has package access restriction and we
fight to minimize changes. Custom classes are all ending with Canl and the class
FixedBCPKIXCertPathReviewer
.
Modifications in copied BC classes include: change of access restrictions (package to public) and imports.
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.