Class BCErrorMapper
java.lang.Object
eu.emi.security.authn.x509.helpers.pkipath.BCErrorMapper
Maps
PKIXCertPathReviewer
errors to
ValidationError
. In most cases BC's codes and arguments are simply copied
but this class performs few updates when needed.- Author:
- K. Benedyczak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ValidationError
map
(org.bouncycastle.i18n.ErrorBundle error, int pos, X509Certificate[] cc)
-
Constructor Details
-
BCErrorMapper
public BCErrorMapper()
-
-
Method Details
-
map
public static ValidationError map(org.bouncycastle.i18n.ErrorBundle error, int pos, X509Certificate[] cc)
-