Package | Description |
---|---|
com.amazonaws.services.sns.util |
Utilities for working with Amazon Simple Notification Service such as validating
message signatures.
|
Modifier and Type | Method and Description |
---|---|
static SignatureVersion |
SignatureVersion.fromValue(String value) |
static SignatureVersion |
SignatureVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureVersion[] |
SignatureVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SignatureChecker.verifySignature(String message,
String signature,
SignatureVersion signatureVersion,
PublicKey publicKey)
Deprecated.
Does the actual Java cryptographic verification of the signature.
|
Copyright © 2023. All rights reserved.