public class Signer extends Object
Java class for Signer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Signer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SignerIdentifier" type="{}SignerIdentifier"/>
<element name="DigestAlgorithm" type="{}AlgorithmIdentifier"/>
<element name="SignatureAlgorithm" type="{}AlgorithmIdentifier"/>
<element name="Signature" type="{}Signature"/>
</sequence>
<attribute name="Version" type="{}VersionType" default="v1" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmIdentifier |
digestAlgorithm
The Digest algorithm.
|
protected byte[] |
signature
The Signature.
|
protected AlgorithmIdentifier |
signatureAlgorithm
The Signature algorithm.
|
protected SignerIdentifier |
signerIdentifier
The Signer identifier.
|
protected VersionType |
version
The Version.
|
| Constructor and Description |
|---|
Signer() |
| 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.
|
SignerIdentifier |
getSignerIdentifier()
Gets the value of the signerIdentifier property.
|
VersionType |
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(SignerIdentifier value)
Sets the value of the signerIdentifier property.
|
void |
setVersion(VersionType value)
Sets the value of the version property.
|
protected SignerIdentifier signerIdentifier
protected AlgorithmIdentifier digestAlgorithm
protected AlgorithmIdentifier signatureAlgorithm
protected byte[] signature
protected VersionType version
public SignerIdentifier getSignerIdentifier()
SignerIdentifierpublic void setSignerIdentifier(SignerIdentifier value)
value - allowed object is SignerIdentifierpublic 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 VersionType getVersion()
VersionTypepublic void setVersion(VersionType value)
value - allowed object is VersionTypeCopyright © 2022. All rights reserved.