Class BCErrorMapper
- java.lang.Object
-
- eu.emi.security.authn.x509.helpers.pkipath.BCErrorMapper
-
public class BCErrorMapper extends java.lang.Object
MapsPKIXCertPathReviewer
errors toValidationError
. In most cases BC's codes and arguments are simply copied but this class performs few updates when needed.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
PFX
-
Constructor Summary
Constructors Constructor Description BCErrorMapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ValidationError
map(org.bouncycastle.i18n.ErrorBundle error, int pos, java.security.cert.X509Certificate[] cc)
-
-
-
Field Detail
-
PFX
private static final java.lang.String PFX
- See Also:
- Constant Field Values
-
-
Method Detail
-
map
public static ValidationError map(org.bouncycastle.i18n.ErrorBundle error, int pos, java.security.cert.X509Certificate[] cc)
-
-