Uses of Interface
es.uji.crypto.xades.jxades.security.xml.XAdES.CommitmentTypeId
-
Packages that use CommitmentTypeId Package Description es.uji.crypto.xades.jxades.security.xml.XAdES -
-
Uses of CommitmentTypeId in es.uji.crypto.xades.jxades.security.xml.XAdES
Classes in es.uji.crypto.xades.jxades.security.xml.XAdES that implement CommitmentTypeId Modifier and Type Class Description class
CommitmentTypeIdImpl
Fields in es.uji.crypto.xades.jxades.security.xml.XAdES declared as CommitmentTypeId Modifier and Type Field Description private CommitmentTypeId
CommitmentTypeIndicationImpl. commitmentTypeId
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES that return CommitmentTypeId Modifier and Type Method Description CommitmentTypeId
CommitmentTypeIndication. getCommitmentTypeId()
CommitmentTypeId
CommitmentTypeIndicationImpl. getCommitmentTypeId()
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type CommitmentTypeId Modifier and Type Method Description void
CommitmentTypeIndication. setCommitmentTypeId(CommitmentTypeId commitmentTypeId)
void
CommitmentTypeIndicationImpl. setCommitmentTypeId(CommitmentTypeId commitmentTypeId)
Constructors in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type CommitmentTypeId Constructor Description CommitmentTypeIdDetails(org.w3c.dom.Document document, CommitmentTypeIndicationDetails commitmentTypeIndicationDetails, CommitmentTypeId commitmentTypeId, java.lang.String xadesPrefix, java.lang.String xadesNamespace, java.lang.String xmlSignaturePrefix)
CommitmentTypeIndicationImpl(CommitmentTypeId commitmentTypeId, java.lang.String objectReference, java.util.ArrayList<java.lang.String> commitmentTypeQualifiers)
-