| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
static MessageType |
MessageType.fromValue(String value)
Use this in place of valueOf.
|
static MessageType |
MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VerifyRequest.setMessageType(MessageType messageType)
Tells AWS KMS whether the value of the
Message parameter is
a message or message digest. |
void |
SignRequest.setMessageType(MessageType messageType)
Tells AWS KMS whether the value of the
Message parameter is
a message or message digest. |
VerifyRequest |
VerifyRequest.withMessageType(MessageType messageType)
Tells AWS KMS whether the value of the
Message parameter is
a message or message digest. |
SignRequest |
SignRequest.withMessageType(MessageType messageType)
Tells AWS KMS whether the value of the
Message parameter is
a message or message digest. |
Copyright © 2020. All rights reserved.