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.- Author:
- K. Benedyczak
-
-
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)
-
-
-
Method Detail
-
map
public static ValidationError map(org.bouncycastle.i18n.ErrorBundle error, int pos, java.security.cert.X509Certificate[] cc)
-
-