Uses of Class
es.uji.crypto.xades.jxades.security.xml.XAdES.QualifyingProperties
-
Packages that use QualifyingProperties Package Description es.uji.crypto.xades.jxades.security.xml.XAdES -
-
Uses of QualifyingProperties in es.uji.crypto.xades.jxades.security.xml.XAdES
Fields in es.uji.crypto.xades.jxades.security.xml.XAdES declared as QualifyingProperties Modifier and Type Field Description private QualifyingProperties
BasicXAdESImpl. qualifyingProperties
private QualifyingProperties
BLevelXAdESImpl. qualifyingProperties
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES that return QualifyingProperties Modifier and Type Method Description protected QualifyingProperties
BasicXAdESImpl. getQualifyingProperties()
protected QualifyingProperties
BLevelXAdESImpl. getQualifyingProperties()
protected QualifyingProperties
XMLAdvancedSignature. marshalQualifyingProperties(java.lang.String xmlNamespace, java.lang.String signedPropertiesTypeUrl, java.lang.String signatureIdPrefix, java.util.List referencesIdList)
protected QualifyingProperties
XMLAdvancedSignature. marshalQualifyingProperties(java.lang.String xmlNamespace, java.lang.String signedPropertiesTypeUrl, java.lang.String signatureIdPrefix, java.util.List referencesIdList, java.util.List<javax.xml.crypto.dsig.Transform> transforms)
Constructors in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type QualifyingProperties Constructor Description SignedProperties(org.w3c.dom.Document document, QualifyingProperties qp, java.lang.String signatureIdPrefix, java.lang.String xadesPrefix, java.lang.String xadesNamespace, java.lang.String xmlSignaturePrefix)
UnsignedProperties(org.w3c.dom.Document document, QualifyingProperties qp, java.lang.String xadesPrefix, java.lang.String xadesNamespace, java.lang.String xmlSignaturePrefix)
-