Uses of Class
org.etsi.uri._01903.v1_3.DigestAlgAndValueType
Packages that use DigestAlgAndValueType
-
Uses of DigestAlgAndValueType in org.etsi.uri._01903.v1_3
Fields in org.etsi.uri._01903.v1_3 declared as DigestAlgAndValueTypeModifier and TypeFieldDescriptionprotected DigestAlgAndValueTypeCertIDType.certDigestprotected DigestAlgAndValueTypeCRLRefType.digestAlgAndValueprotected DigestAlgAndValueTypeOCSPRefType.digestAlgAndValueprotected DigestAlgAndValueTypeSignaturePolicyIdType.sigPolicyHashMethods in org.etsi.uri._01903.v1_3 that return DigestAlgAndValueTypeModifier and TypeMethodDescriptionObjectFactory.createDigestAlgAndValueType()Create an instance ofDigestAlgAndValueTypeCertIDType.getCertDigest()Gets the value of the certDigest property.CRLRefType.getDigestAlgAndValue()Gets the value of the digestAlgAndValue property.OCSPRefType.getDigestAlgAndValue()Gets the value of the digestAlgAndValue property.SignaturePolicyIdType.getSigPolicyHash()Gets the value of the sigPolicyHash property.DigestAlgAndValueType.withDigestMethod(no.digipost.org.w3.xmldsig.DigestMethod value) DigestAlgAndValueType.withDigestValue(byte[] value) Methods in org.etsi.uri._01903.v1_3 with parameters of type DigestAlgAndValueTypeModifier and TypeMethodDescriptionvoidCertIDType.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.CertIDType.withCertDigest(DigestAlgAndValueType value) CRLRefType.withDigestAlgAndValue(DigestAlgAndValueType value) OCSPRefType.withDigestAlgAndValue(DigestAlgAndValueType value) SignaturePolicyIdType.withSigPolicyHash(DigestAlgAndValueType value) Constructors in org.etsi.uri._01903.v1_3 with parameters of type DigestAlgAndValueTypeModifierConstructorDescriptionCertIDType(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