Uses of Class
eu.europa.esig.xades.jaxb.xades132.DigestAlgAndValueType
| Package | Description |
|---|---|
| eu.europa.esig.xades.jaxb.xades132 |
-
Uses of DigestAlgAndValueType in eu.europa.esig.xades.jaxb.xades132
Fields in eu.europa.esig.xades.jaxb.xades132 declared as DigestAlgAndValueType Modifier and Type Field Description protected DigestAlgAndValueTypeCertIDType. certDigestprotected DigestAlgAndValueTypeCRLRefType. digestAlgAndValueprotected DigestAlgAndValueTypeOCSPRefType. digestAlgAndValueprotected DigestAlgAndValueTypeSignaturePolicyIdType. sigPolicyHashMethods in eu.europa.esig.xades.jaxb.xades132 that return DigestAlgAndValueType Modifier and Type Method Description DigestAlgAndValueTypeObjectFactory. createDigestAlgAndValueType()Create an instance ofDigestAlgAndValueTypeDigestAlgAndValueTypeCertIDType. getCertDigest()Gets the value of the certDigest property.DigestAlgAndValueTypeCRLRefType. getDigestAlgAndValue()Gets the value of the digestAlgAndValue property.DigestAlgAndValueTypeOCSPRefType. getDigestAlgAndValue()Gets the value of the digestAlgAndValue property.DigestAlgAndValueTypeSignaturePolicyIdType. getSigPolicyHash()Gets the value of the sigPolicyHash property.Methods in eu.europa.esig.xades.jaxb.xades132 with parameters of type DigestAlgAndValueType Modifier and Type Method Description voidCertIDType. setCertDigest(DigestAlgAndValueType value)Sets the value of the certDigest property.voidCRLRefType. setDigestAlgAndValue(DigestAlgAndValueType value)Sets the value of the digestAlgAndValue property.voidOCSPRefType. setDigestAlgAndValue(DigestAlgAndValueType value)Sets the value of the digestAlgAndValue property.voidSignaturePolicyIdType. setSigPolicyHash(DigestAlgAndValueType value)Sets the value of the sigPolicyHash property.