es.mityc.firmaJava.libreria.xades
Enum XAdESSchemas
java.lang.Object
java.lang.Enum<XAdESSchemas>
es.mityc.firmaJava.libreria.xades.XAdESSchemas
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<XAdESSchemas>
public enum XAdESSchemas
- extends java.lang.Enum<XAdESSchemas>
- implements java.lang.Comparable<XAdESSchemas>
Esquemas de firma XAdES
- Version:
- 1.0 beta
- Author:
- Ministerio de Industria, Energía y Turismo
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.lang.Comparable |
compareTo |
XAdES_111
public static final XAdESSchemas XAdES_111
XAdES_122
public static final XAdESSchemas XAdES_122
XAdES_132
public static final XAdESSchemas XAdES_132
values
public static XAdESSchemas[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (XAdESSchemas c : XAdESSchemas.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static XAdESSchemas valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
getSchemaVersion
public java.lang.String getSchemaVersion()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Enum<XAdESSchemas>
getSchemaUri
public java.lang.String getSchemaUri()
getXAdESSchema
public static XAdESSchemas getXAdESSchema(java.lang.String esquemaUri)
Copyright © 2009 Ministerio de Industria, Energía y Turismo. All Rights Reserved.