public class SignerType extends Object
Java class for SignerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SignerIdentifier" type="{}SignerIdentifierType"/>
<element name="DigestAlgorithm" type="{}AlgorithmIdentifier"/>
<element name="SignatureAlgorithm" type="{}AlgorithmIdentifier"/>
<element name="Signature" type="{}SignatureType"/>
</sequence>
<attribute name="Version" type="{}VersionTypeCode" default="v1" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmIdentifier |
digestAlgorithm |
protected byte[] |
signature |
protected AlgorithmIdentifier |
signatureAlgorithm |
protected SignerIdentifierType |
signerIdentifier |
protected String |
version |
| Constructor and Description |
|---|
SignerType() |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmIdentifier |
getDigestAlgorithm()
Gets the value of the digestAlgorithm property.
|
byte[] |
getSignature()
Gets the value of the signature property.
|
AlgorithmIdentifier |
getSignatureAlgorithm()
Gets the value of the signatureAlgorithm property.
|
SignerIdentifierType |
getSignerIdentifier()
Gets the value of the signerIdentifier property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setDigestAlgorithm(AlgorithmIdentifier value)
Sets the value of the digestAlgorithm property.
|
void |
setSignature(byte[] value)
Sets the value of the signature property.
|
void |
setSignatureAlgorithm(AlgorithmIdentifier value)
Sets the value of the signatureAlgorithm property.
|
void |
setSignerIdentifier(SignerIdentifierType value)
Sets the value of the signerIdentifier property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected SignerIdentifierType signerIdentifier
protected AlgorithmIdentifier digestAlgorithm
protected AlgorithmIdentifier signatureAlgorithm
protected byte[] signature
protected String version
public SignerIdentifierType getSignerIdentifier()
SignerIdentifierTypepublic void setSignerIdentifier(SignerIdentifierType value)
value - allowed object is
SignerIdentifierTypepublic AlgorithmIdentifier getDigestAlgorithm()
AlgorithmIdentifierpublic void setDigestAlgorithm(AlgorithmIdentifier value)
value - allowed object is
AlgorithmIdentifierpublic AlgorithmIdentifier getSignatureAlgorithm()
AlgorithmIdentifierpublic void setSignatureAlgorithm(AlgorithmIdentifier value)
value - allowed object is
AlgorithmIdentifierpublic byte[] getSignature()
public void setSignature(byte[] value)
value - allowed object is
byte[]public String getVersion()
StringCopyright © 2018. All rights reserved.