@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
VerifyResult() |
| Modifier and Type | Method and Description |
|---|---|
VerifyResult |
clone() |
boolean |
equals(Object obj) |
String |
getKeyId()
The unique identifier for the asymmetric CMK that was used to verify the signature.
|
Boolean |
getSignatureValid()
A Boolean value that indicates whether the signature was verified.
|
String |
getSigningAlgorithm()
The signing algorithm that was used to verify the signature.
|
int |
hashCode() |
Boolean |
isSignatureValid()
A Boolean value that indicates whether the signature was verified.
|
void |
setKeyId(String keyId)
The unique identifier for the asymmetric CMK that was used to verify the signature.
|
void |
setSignatureValid(Boolean signatureValid)
A Boolean value that indicates whether the signature was verified.
|
void |
setSigningAlgorithm(String signingAlgorithm)
The signing algorithm that was used to verify the signature.
|
String |
toString()
Returns a string representation of this object.
|
VerifyResult |
withKeyId(String keyId)
The unique identifier for the asymmetric CMK that was used to verify the signature.
|
VerifyResult |
withSignatureValid(Boolean signatureValid)
A Boolean value that indicates whether the signature was verified.
|
VerifyResult |
withSigningAlgorithm(SigningAlgorithmSpec signingAlgorithm)
The signing algorithm that was used to verify the signature.
|
VerifyResult |
withSigningAlgorithm(String signingAlgorithm)
The signing algorithm that was used to verify the signature.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setKeyId(String keyId)
The unique identifier for the asymmetric CMK that was used to verify the signature.
keyId - The unique identifier for the asymmetric CMK that was used to verify the signature.public String getKeyId()
The unique identifier for the asymmetric CMK that was used to verify the signature.
public VerifyResult withKeyId(String keyId)
The unique identifier for the asymmetric CMK that was used to verify the signature.
keyId - The unique identifier for the asymmetric CMK that was used to verify the signature.public void setSignatureValid(Boolean signatureValid)
A Boolean value that indicates whether the signature was verified. A value of True indicates that the
Signature was produced by signing the Message with the specified KeyID and
SigningAlgorithm. A value of False indicates that the message, the algorithm, or the key changed
since the message was signed.
signatureValid - A Boolean value that indicates whether the signature was verified. A value of True indicates that the
Signature was produced by signing the Message with the specified KeyID and
SigningAlgorithm. A value of False indicates that the message, the algorithm, or the key
changed since the message was signed.public Boolean getSignatureValid()
A Boolean value that indicates whether the signature was verified. A value of True indicates that the
Signature was produced by signing the Message with the specified KeyID and
SigningAlgorithm. A value of False indicates that the message, the algorithm, or the key changed
since the message was signed.
Signature was produced by signing the Message with the specified KeyID and
SigningAlgorithm. A value of False indicates that the message, the algorithm, or the key
changed since the message was signed.public VerifyResult withSignatureValid(Boolean signatureValid)
A Boolean value that indicates whether the signature was verified. A value of True indicates that the
Signature was produced by signing the Message with the specified KeyID and
SigningAlgorithm. A value of False indicates that the message, the algorithm, or the key changed
since the message was signed.
signatureValid - A Boolean value that indicates whether the signature was verified. A value of True indicates that the
Signature was produced by signing the Message with the specified KeyID and
SigningAlgorithm. A value of False indicates that the message, the algorithm, or the key
changed since the message was signed.public Boolean isSignatureValid()
A Boolean value that indicates whether the signature was verified. A value of True indicates that the
Signature was produced by signing the Message with the specified KeyID and
SigningAlgorithm. A value of False indicates that the message, the algorithm, or the key changed
since the message was signed.
Signature was produced by signing the Message with the specified KeyID and
SigningAlgorithm. A value of False indicates that the message, the algorithm, or the key
changed since the message was signed.public void setSigningAlgorithm(String signingAlgorithm)
The signing algorithm that was used to verify the signature.
signingAlgorithm - The signing algorithm that was used to verify the signature.SigningAlgorithmSpecpublic String getSigningAlgorithm()
The signing algorithm that was used to verify the signature.
SigningAlgorithmSpecpublic VerifyResult withSigningAlgorithm(String signingAlgorithm)
The signing algorithm that was used to verify the signature.
signingAlgorithm - The signing algorithm that was used to verify the signature.SigningAlgorithmSpecpublic VerifyResult withSigningAlgorithm(SigningAlgorithmSpec signingAlgorithm)
The signing algorithm that was used to verify the signature.
signingAlgorithm - The signing algorithm that was used to verify the signature.SigningAlgorithmSpecpublic String toString()
toString in class ObjectObject.toString()public VerifyResult clone()
Copyright © 2019. All rights reserved.