Uses of Interface
es.uji.crypto.xades.jxades.security.xml.XAdES.ObjectIdentifier
-
Packages that use ObjectIdentifier Package Description es.uji.crypto.xades.jxades.security.xml.XAdES -
-
Uses of ObjectIdentifier in es.uji.crypto.xades.jxades.security.xml.XAdES
Classes in es.uji.crypto.xades.jxades.security.xml.XAdES that implement ObjectIdentifier Modifier and Type Class Description class
ObjectIdentifierImpl
Fields in es.uji.crypto.xades.jxades.security.xml.XAdES declared as ObjectIdentifier Modifier and Type Field Description private ObjectIdentifier
DataObjectFormatImpl. objectIdentifier
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES that return ObjectIdentifier Modifier and Type Method Description ObjectIdentifier
DataObjectFormat. getObjectIdentifier()
ObjectIdentifier
DataObjectFormatImpl. getObjectIdentifier()
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type ObjectIdentifier Modifier and Type Method Description void
DataObjectFormatImpl. setObjectIdentifier(ObjectIdentifier objectIdentifier)
Constructors in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type ObjectIdentifier Constructor Description DataObjectFormatImpl(java.lang.String description, ObjectIdentifier objectIdentifier, java.lang.String mimeType, java.lang.String encoding, java.lang.String objectReference)
ObjectIdentifierDetails(org.w3c.dom.Document document, DataObjectFormatDetails dataObjectFormatDetails, ObjectIdentifier objectIdentifier, java.lang.String xadesPrefix, java.lang.String xadesNamespace, java.lang.String xmlSignaturePrefix)
-