Package | Description |
---|---|
es.gob.afirma.cert.signvalidation |
Utilidades para la validación de firmas.
|
Modifier and Type | Method and Description |
---|---|
SignValidity.VALIDITY_ERROR |
SignValidity.getError()
Recupera el error que invalida la firma.
|
static SignValidity.VALIDITY_ERROR |
SignValidity.VALIDITY_ERROR.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SignValidity.VALIDITY_ERROR[] |
SignValidity.VALIDITY_ERROR.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SignValidity(SignValidity.SIGN_DETAIL_TYPE type,
SignValidity.VALIDITY_ERROR error)
Identifica la validez de una firma.
|