Uses of Interface
es.uji.crypto.xades.jxades.security.xml.XAdES.CommitmentTypeIndication
-
Packages that use CommitmentTypeIndication Package Description es.uji.crypto.xades.jxades.security.xml.XAdES -
-
Uses of CommitmentTypeIndication in es.uji.crypto.xades.jxades.security.xml.XAdES
Classes in es.uji.crypto.xades.jxades.security.xml.XAdES that implement CommitmentTypeIndication Modifier and Type Class Description classCommitmentTypeIndicationImplMethods in es.uji.crypto.xades.jxades.security.xml.XAdES that return types with arguments of type CommitmentTypeIndication Modifier and Type Method Description java.util.List<CommitmentTypeIndication>BasicXAdESImpl. getCommitmentTypeIndications()java.util.List<CommitmentTypeIndication>BLevelXAdESImpl. getCommitmentTypeIndications()java.util.List<CommitmentTypeIndication>XAdESBase. getCommitmentTypeIndications()Method parameters in es.uji.crypto.xades.jxades.security.xml.XAdES with type arguments of type CommitmentTypeIndication Modifier and Type Method Description voidBasicXAdESImpl. setCommitmentTypeIndications(java.util.List<CommitmentTypeIndication> commitmentTypeIndications)voidBLevelXAdESImpl. setCommitmentTypeIndications(java.util.List<CommitmentTypeIndication> commitmentTypeIndications)voidSignedDataObjectProperties. setCommitmentTypeIndications(java.util.List<CommitmentTypeIndication> commitmentTypeIndications)voidXAdESBase. setCommitmentTypeIndications(java.util.List<CommitmentTypeIndication> commitmentTypeIndications)Constructors in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type CommitmentTypeIndication Constructor Description CommitmentTypeIndicationDetails(org.w3c.dom.Document document, SignedDataObjectProperties signedDataObjectProperties, CommitmentTypeIndication commitmentTypeIndication, java.lang.String xadesPrefix, java.lang.String xadesNamespace, java.lang.String xmlSignaturePrefix)
-