Uses of Class
es.uji.crypto.xades.jxades.security.xml.XAdES.QualifyingProperties
Packages that use QualifyingProperties
-
Uses of QualifyingProperties in es.uji.crypto.xades.jxades.security.xml.XAdES
Fields in es.uji.crypto.xades.jxades.security.xml.XAdES declared as QualifyingPropertiesModifier and TypeFieldDescriptionprivate QualifyingPropertiesBasicXAdESImpl.qualifyingPropertiesprivate QualifyingPropertiesBLevelXAdESImpl.qualifyingPropertiesMethods in es.uji.crypto.xades.jxades.security.xml.XAdES that return QualifyingPropertiesModifier and TypeMethodDescriptionprotected QualifyingPropertiesBasicXAdESImpl.getQualifyingProperties()protected QualifyingPropertiesBLevelXAdESImpl.getQualifyingProperties()protected QualifyingPropertiesXMLAdvancedSignature.marshalQualifyingProperties(String xmlNamespace, String signedPropertiesTypeUrl, String signatureIdPrefix, List referencesIdList) protected QualifyingPropertiesXMLAdvancedSignature.marshalQualifyingProperties(String xmlNamespace, String signedPropertiesTypeUrl, String signatureIdPrefix, List referencesIdList, List<Transform> transforms) Methods in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type QualifyingPropertiesModifier and TypeMethodDescriptionprotected SignedDataObjectPropertiesBasicXAdESImpl.getSignedDataObjectProperties(QualifyingProperties qp) protected SignedDataObjectPropertiesBLevelXAdESImpl.getSignedDataObjectProperties(QualifyingProperties qp) protected SignedSignaturePropertiesBasicXAdESImpl.getSignedSignatureProperties(QualifyingProperties qp) protected SignedSignaturePropertiesBLevelXAdESImpl.getSignedSignatureProperties(QualifyingProperties qp) protected UnsignedSignaturePropertiesBasicXAdESImpl.getUnsignedSignatureProperties(QualifyingProperties qp) protected UnsignedSignaturePropertiesBLevelXAdESImpl.getUnsignedSignatureProperties(QualifyingProperties qp) protected abstract voidBaseXAdESImpl.marshalQualifyingProperties(QualifyingProperties qp, String signatureIdPrefix, List referencesIdList) protected voidBasicXAdESImpl.marshalQualifyingProperties(QualifyingProperties qp, String signatureIdPrefix, List referencesIdList) protected voidBLevelXAdESImpl.marshalQualifyingProperties(QualifyingProperties qp, String signatureIdPrefix, List referencesIdList) Constructors in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type QualifyingPropertiesModifierConstructorDescriptionSignedProperties(Document document, QualifyingProperties qp, String signatureIdPrefix, String xadesPrefix, String xadesNamespace, String xmlSignaturePrefix) UnsignedProperties(Document document, QualifyingProperties qp, String xadesPrefix, String xadesNamespace, String xmlSignaturePrefix)