Class SAMessageDigestType
java.lang.Object
eu.europa.esig.validationreport.jaxb.AttributeBaseType
eu.europa.esig.validationreport.jaxb.SAMessageDigestType
- All Implemented Interfaces:
Serializable
public class SAMessageDigestType extends AttributeBaseType implements Serializable
Java class for SAMessageDigestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SAMessageDigestType"> <complexContent> <extension base="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType"> <sequence> <element name="Digest" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected byte[]
digest
Fields inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
attributeObject, signed
-
Constructor Summary
Constructors Constructor Description SAMessageDigestType()
-
Method Summary
Methods inherited from class eu.europa.esig.validationreport.jaxb.AttributeBaseType
getAttributeObject, isSigned, setSigned
-
Field Details
-
digest
protected byte[] digest
-
-
Constructor Details
-
SAMessageDigestType
public SAMessageDigestType()
-
-
Method Details