Uses of Interface
es.uji.crypto.xades.jxades.security.xml.XAdES.XAdESBase
-
Packages that use XAdESBase Package Description es.uji.crypto.xades.jxades.security.xml.XAdES -
-
Uses of XAdESBase in es.uji.crypto.xades.jxades.security.xml.XAdES
Subinterfaces of XAdESBase in es.uji.crypto.xades.jxades.security.xml.XAdES Modifier and Type Interface Description interface
XAdES_B_Level
interface
XAdES_BES
interface
XAdES_C
interface
XAdES_EPES
interface
XAdES_T
4.4.3 Electronic signature formats with validation data
Validation of an electronic signature in accordance with the present document requires additional data needed to validate the electronic signature.interface
XAdES_T_Level
ETSI EN 319 132-1 V1.1.1 Electronic Signatures and Infrastructures (ESI); 4.2 & Annex C) ETSI defines two XML Schema files for the present specification: - http://uri.etsi.org/01903/v1.3.2/XAdES01903v132-201601.xsd contains the definitions of qualifying properties defined within the namespace whose URI value is http://uri.etsi.org/01903/v1.3.2#.interface
XAdES_X
interface
XAdES_X_L
Classes in es.uji.crypto.xades.jxades.security.xml.XAdES that implement XAdESBase Modifier and Type Class Description class
ArchivalXAdESImpl
class
BaseXAdESImpl
The minimun methods needed to sign a XAdES implementation.class
BasicXAdESImpl
class
BLevelXAdESImpl
class
CompleteValidationXAdESImpl
class
ExplicitPolicyXAdESImpl
class
ExtendedLongXAdESImpl
class
ExtendedXAdESImpl
class
TimestampXAdESImpl
class
TLevelXAdESImpl
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES that return XAdESBase 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)
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type XAdESBase Modifier and Type Method Description static XMLAdvancedSignature
XMLAdvancedSignature. getInstance(XAdESBase xades)
static XMLAdvancedSignature
XMLAdvancedSignature. newInstance(XAdESBase xades)
Constructors in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type XAdESBase Constructor Description XMLAdvancedSignature(XAdESBase xades)
-