Uses of Class
org.etsi.uri._01903.v1_3.DigestAlgAndValueType
-
Packages that use DigestAlgAndValueType Package Description org.etsi.uri._01903.v1_3 -
-
Uses of DigestAlgAndValueType in org.etsi.uri._01903.v1_3
Fields in org.etsi.uri._01903.v1_3 declared as DigestAlgAndValueType Modifier and Type Field Description protected DigestAlgAndValueTypeCertIDType. certDigestprotected DigestAlgAndValueTypeCRLRefType. digestAlgAndValueprotected DigestAlgAndValueTypeOCSPRefType. digestAlgAndValueprotected DigestAlgAndValueTypeSignaturePolicyIdType. sigPolicyHashMethods in org.etsi.uri._01903.v1_3 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.DigestAlgAndValueTypeDigestAlgAndValueType. withDigestMethod(no.digipost.org.w3.xmldsig.DigestMethod value)DigestAlgAndValueTypeDigestAlgAndValueType. withDigestValue(byte[] value)Methods in org.etsi.uri._01903.v1_3 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.CertIDTypeCertIDType. withCertDigest(DigestAlgAndValueType value)CRLRefTypeCRLRefType. withDigestAlgAndValue(DigestAlgAndValueType value)OCSPRefTypeOCSPRefType. withDigestAlgAndValue(DigestAlgAndValueType value)SignaturePolicyIdTypeSignaturePolicyIdType. withSigPolicyHash(DigestAlgAndValueType value)Constructors in org.etsi.uri._01903.v1_3 with parameters of type DigestAlgAndValueType Constructor Description CertIDType(DigestAlgAndValueType certDigest, no.digipost.org.w3.xmldsig.X509IssuerSerialType issuerSerial, String uri)Fully-initialising value constructorCRLRefType(DigestAlgAndValueType digestAlgAndValue, CRLIdentifierType crlIdentifier)Fully-initialising value constructorOCSPRefType(OCSPIdentifierType ocspIdentifier, DigestAlgAndValueType digestAlgAndValue)Fully-initialising value constructorSignaturePolicyIdType(ObjectIdentifier sigPolicyId, no.digipost.org.w3.xmldsig.Transforms transforms, DigestAlgAndValueType sigPolicyHash, SigPolicyQualifiersListType sigPolicyQualifiers)Fully-initialising value constructor
-