Uses of Class
eu.emi.security.authn.x509.ValidationErrorCode

Packages that use ValidationErrorCode
eu.emi.security.authn.x509 Contains API of the library. 
eu.emi.security.authn.x509.helpers.pkipath.bc Helper classes included (mostly copied) from the BouncyCastle 1.46 library. 
 

Uses of ValidationErrorCode in eu.emi.security.authn.x509
 

Methods in eu.emi.security.authn.x509 that return ValidationErrorCode
 ValidationErrorCode ValidationError.getErrorCode()
          Gets the unique error code.
static ValidationErrorCode ValidationErrorCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValidationErrorCode[] ValidationErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in eu.emi.security.authn.x509 with parameters of type ValidationErrorCode
static ValidationErrorCategory ValidationErrorCategory.getErrorCategory(ValidationErrorCode code)
           
 

Constructors in eu.emi.security.authn.x509 with parameters of type ValidationErrorCode
ValidationError(X509Certificate[] chain, int position, ValidationErrorCode errorCode, Object... params)
           
 

Uses of ValidationErrorCode in eu.emi.security.authn.x509.helpers.pkipath.bc
 

Methods in eu.emi.security.authn.x509.helpers.pkipath.bc that return ValidationErrorCode
 ValidationErrorCode SimpleValidationErrorException.getCode()
           
 

Methods in eu.emi.security.authn.x509.helpers.pkipath.bc with parameters of type ValidationErrorCode
 void SimpleValidationErrorException.setCode(ValidationErrorCode code)
           
 

Constructors in eu.emi.security.authn.x509.helpers.pkipath.bc with parameters of type ValidationErrorCode
SimpleValidationErrorException(ValidationErrorCode code, Object... arguments)
           
 



Copyright © 2012 European Middleware Initiative. All Rights Reserved.