Class SignatureReferenceType
java.lang.Object
eu.europa.esig.validationreport.jaxb.SignatureReferenceType
- All Implemented Interfaces:
Serializable
Java class for SignatureReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<sequence>
<element name="CanonicalizationMethod" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="DigestMethod" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="DigestValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
<element ref="{http://uri.etsi.org/19102/v1.4.1#}XAdESSignaturePtr"/>
<element name="PAdESFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="OtherInformation" type="{http://uri.etsi.org/19102/v1.4.1#}AnyType" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected byte[]protected AnyTypeprotected Stringprotected XAdESSignaturePtrType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the canonicalizationMethod property.Gets the value of the digestMethod property.byte[]Gets the value of the digestValue property.Gets the value of the otherInformation property.Gets the value of the pAdESFieldName property.Gets the value of the xAdESSignaturePtr property.voidsetCanonicalizationMethod(String value) Sets the value of the canonicalizationMethod property.voidsetDigestMethod(String value) Sets the value of the digestMethod property.voidsetDigestValue(byte[] value) Sets the value of the digestValue property.voidsetOtherInformation(AnyType value) Sets the value of the otherInformation property.voidsetPAdESFieldName(String value) Sets the value of the pAdESFieldName property.voidSets the value of the xAdESSignaturePtr property.
-
Field Details
-
canonicalizationMethod
-
digestMethod
-
digestValue
protected byte[] digestValue -
xAdESSignaturePtr
-
pAdESFieldName
-
otherInformation
-
-
Constructor Details
-
SignatureReferenceType
public SignatureReferenceType()
-
-
Method Details
-
getCanonicalizationMethod
Gets the value of the canonicalizationMethod property.- Returns:
- possible object is
String
-
setCanonicalizationMethod
Sets the value of the canonicalizationMethod property.- Parameters:
value- allowed object isString
-
getDigestMethod
Gets the value of the digestMethod property.- Returns:
- possible object is
String
-
setDigestMethod
Sets the value of the digestMethod property.- Parameters:
value- allowed object isString
-
getDigestValue
public byte[] getDigestValue()Gets the value of the digestValue property.- Returns:
- possible object is byte[]
-
setDigestValue
public void setDigestValue(byte[] value) Sets the value of the digestValue property.- Parameters:
value- allowed object is byte[]
-
getXAdESSignaturePtr
Gets the value of the xAdESSignaturePtr property.- Returns:
- possible object is
XAdESSignaturePtrType
-
setXAdESSignaturePtr
Sets the value of the xAdESSignaturePtr property.- Parameters:
value- allowed object isXAdESSignaturePtrType
-
getPAdESFieldName
Gets the value of the pAdESFieldName property.- Returns:
- possible object is
String
-
setPAdESFieldName
Sets the value of the pAdESFieldName property.- Parameters:
value- allowed object isString
-
getOtherInformation
Gets the value of the otherInformation property.- Returns:
- possible object is
AnyType
-
setOtherInformation
Sets the value of the otherInformation property.- Parameters:
value- allowed object isAnyType
-