Uses of Class
org.etsi.uri._01903.v1_3.DigestAlgAndValueType
Packages that use DigestAlgAndValueType
Package
Description
-
Uses of DigestAlgAndValueType in oasis.names.tc.dss_x._1_0.profiles.signaturepolicy.schema_
Fields in oasis.names.tc.dss_x._1_0.profiles.signaturepolicy.schema_ declared as DigestAlgAndValueTypeModifier and TypeFieldDescriptionprotected DigestAlgAndValueTypeSignaturePolicyDetailsType.digestAndAlgorithmMethods in oasis.names.tc.dss_x._1_0.profiles.signaturepolicy.schema_ that return DigestAlgAndValueTypeModifier and TypeMethodDescriptionSignaturePolicyDetailsType.getDigestAndAlgorithm()Gets the value of the digestAndAlgorithm property.Methods in oasis.names.tc.dss_x._1_0.profiles.signaturepolicy.schema_ with parameters of type DigestAlgAndValueTypeModifier and TypeMethodDescriptionvoidSignaturePolicyDetailsType.setDigestAndAlgorithm(DigestAlgAndValueType value) Sets the value of the digestAndAlgorithm property. -
Uses of DigestAlgAndValueType in oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_
Fields in oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_ declared as DigestAlgAndValueTypeModifier and TypeFieldDescriptionprotected DigestAlgAndValueTypeSignedObjectIdentifierType.digestAlgAndValueMethods in oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_ that return DigestAlgAndValueTypeModifier and TypeMethodDescriptionSignedObjectIdentifierType.getDigestAlgAndValue()Gets the value of the digestAlgAndValue property.Methods in oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_ with parameters of type DigestAlgAndValueTypeModifier and TypeMethodDescriptionvoidSignedObjectIdentifierType.setDigestAlgAndValue(DigestAlgAndValueType value) Sets the value of the digestAlgAndValue property. -
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.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.