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 class
CommitmentTypeIndicationImpl
Methods 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 void
BasicXAdESImpl. setCommitmentTypeIndications(java.util.List<CommitmentTypeIndication> commitmentTypeIndications)
void
BLevelXAdESImpl. setCommitmentTypeIndications(java.util.List<CommitmentTypeIndication> commitmentTypeIndications)
void
SignedDataObjectProperties. setCommitmentTypeIndications(java.util.List<CommitmentTypeIndication> commitmentTypeIndications)
void
XAdESBase. 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)
-