Uses of Enum
es.uji.crypto.xades.jxades.security.xml.XAdES.XAdES
Packages that use 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 XAdESMethods in es.uji.crypto.xades.jxades.security.xml.XAdES that return XAdESModifier and TypeMethodDescriptionXAdES[]
XAdES.Element.getXAdES()
XAdES[]
XadesElement.getXAdES()
protected XAdES
BasicXAdESImpl.getXAdESType()
protected XAdES
BLevelXAdESImpl.getXAdESType()
static XAdES
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 XAdESModifier and TypeMethodDescriptionstatic XAdESBase
XAdES.newInstance
(XAdES xades) static XAdESBase
XAdES.newInstance
(XAdES xades, String xadesNamespace, String xadesPrefix, String xmlSignaturePrefix, String digestMethod, Document document, Element baseElement) static XAdESBase
XAdES.newInstance
(XAdES xades, Element baseElement) Constructors in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type XAdESModifierConstructorDescriptionprivate
Element
(XAdES[] xades, XadesElement parent, String elementName, OccursRequirement occursRequirement) private
Element
(XAdES xades, XadesElement parent, String elementName, OccursRequirement occursRequirement) XadesElementsEnumeration
(XadesElement[] xadesElements, XAdES xadesFilter)