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 QualifyingPropertiesBasicXAdESImpl. qualifyingPropertiesprivate QualifyingPropertiesBLevelXAdESImpl. qualifyingPropertiesMethods in es.uji.crypto.xades.jxades.security.xml.XAdES that return QualifyingProperties Modifier and Type Method Description protected QualifyingPropertiesBasicXAdESImpl. getQualifyingProperties()protected QualifyingPropertiesBLevelXAdESImpl. getQualifyingProperties()protected QualifyingPropertiesXMLAdvancedSignature. marshalQualifyingProperties(java.lang.String xmlNamespace, java.lang.String signedPropertiesTypeUrl, java.lang.String signatureIdPrefix, java.util.List referencesIdList)protected QualifyingPropertiesXMLAdvancedSignature. 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)
-