| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
GetPublicKeyResult |
AWSKMS.getPublicKey(GetPublicKeyRequest getPublicKeyRequest)
Returns the public key of an asymmetric CMK.
|
GetPublicKeyResult |
AWSKMSClient.getPublicKey(GetPublicKeyRequest getPublicKeyRequest)
Returns the public key of an asymmetric CMK.
|
| Modifier and Type | Method and Description |
|---|---|
GetPublicKeyRequest |
GetPublicKeyRequest.withGrantTokens(Collection<String> grantTokens)
A list of grant tokens.
|
GetPublicKeyRequest |
GetPublicKeyRequest.withGrantTokens(String... grantTokens)
A list of grant tokens.
|
GetPublicKeyRequest |
GetPublicKeyRequest.withKeyId(String keyId)
Identifies the asymmetric CMK that includes the public key.
|
Copyright © 2020. All rights reserved.