Class SignatureReferenceType
- java.lang.Object
-
- eu.europa.esig.validationreport.jaxb.SignatureReferenceType
-
- All Implemented Interfaces:
Serializable
public class SignatureReferenceType extends Object implements 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.2.1#}XAdESSignaturePtr"/> <element name="PAdESFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcanonicalizationMethodprotected StringdigestMethodprotected byte[]digestValueprotected StringpAdESFieldNameprotected XAdESSignaturePtrTypexAdESSignaturePtr
-
Constructor Summary
Constructors Constructor Description SignatureReferenceType()
-
Method Summary
Modifier and Type Method Description StringgetCanonicalizationMethod()Gets the value of the canonicalizationMethod property.StringgetDigestMethod()Gets the value of the digestMethod property.byte[]getDigestValue()Gets the value of the digestValue property.StringgetPAdESFieldName()Gets the value of the pAdESFieldName property.XAdESSignaturePtrTypegetXAdESSignaturePtr()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.voidsetPAdESFieldName(String value)Sets the value of the pAdESFieldName property.voidsetXAdESSignaturePtr(XAdESSignaturePtrType value)Sets the value of the xAdESSignaturePtr property.
-
-
-
Field Detail
-
canonicalizationMethod
protected String canonicalizationMethod
-
digestMethod
protected String digestMethod
-
digestValue
protected byte[] digestValue
-
xAdESSignaturePtr
protected XAdESSignaturePtrType xAdESSignaturePtr
-
pAdESFieldName
protected String pAdESFieldName
-
-
Method Detail
-
getCanonicalizationMethod
public String getCanonicalizationMethod()
Gets the value of the canonicalizationMethod property.- Returns:
- possible object is
String
-
setCanonicalizationMethod
public void setCanonicalizationMethod(String value)
Sets the value of the canonicalizationMethod property.- Parameters:
value- allowed object isString
-
getDigestMethod
public String getDigestMethod()
Gets the value of the digestMethod property.- Returns:
- possible object is
String
-
setDigestMethod
public void setDigestMethod(String value)
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
public XAdESSignaturePtrType getXAdESSignaturePtr()
Gets the value of the xAdESSignaturePtr property.- Returns:
- possible object is
XAdESSignaturePtrType
-
setXAdESSignaturePtr
public void setXAdESSignaturePtr(XAdESSignaturePtrType value)
Sets the value of the xAdESSignaturePtr property.- Parameters:
value- allowed object isXAdESSignaturePtrType
-
getPAdESFieldName
public String getPAdESFieldName()
Gets the value of the pAdESFieldName property.- Returns:
- possible object is
String
-
-