Uses of Class
es.uji.crypto.xades.jxades.security.xml.XAdES.XAdES
-
Packages that use XAdES Package Description es.uji.crypto.xades.jxades.security.xml.XAdES -
-
Uses of XAdES in es.uji.crypto.xades.jxades.security.xml.XAdES
Fields in es.uji.crypto.xades.jxades.security.xml.XAdES declared as XAdES Modifier and Type Field Description private XAdES[]
XAdES.Element. xades
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES that return XAdES Modifier and Type Method Description XAdES[]
XAdES.Element. getXAdES()
XAdES[]
XadesElement. getXAdES()
protected XAdES
BasicXAdESImpl. getXAdESType()
protected XAdES
BLevelXAdESImpl. getXAdESType()
static XAdES
XAdES. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static XAdES[]
XAdES. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type XAdES Modifier and Type Method Description static XAdESBase
XAdES. newInstance(XAdES xades)
static XAdESBase
XAdES. newInstance(XAdES xades, java.lang.String xadesNamespace, java.lang.String xadesPrefix, java.lang.String xmlSignaturePrefix, java.lang.String digestMethod, org.w3c.dom.Document document, org.w3c.dom.Element baseElement)
static XAdESBase
XAdES. newInstance(XAdES xades, org.w3c.dom.Element baseElement)
Constructors in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type XAdES Constructor Description Element(XAdES[] xades, XadesElement parent, java.lang.String elementName, OccursRequirement occursRequirement)
Element(XAdES xades, XadesElement parent, java.lang.String elementName, OccursRequirement occursRequirement)
XadesElementsEnumeration(XadesElement[] xadesElements, XAdES xadesFilter)
-