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 Helper classes for internal, low level, logic of certificate path validation. 
 

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
 

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

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

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



Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.