| 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 |
|---|---|
GetPublicKeyResult |
GetPublicKeyResult.withCustomerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec)
The type of the of the public key that was downloaded.
|
GetPublicKeyResult |
GetPublicKeyResult.withCustomerMasterKeySpec(String customerMasterKeySpec)
The type of the of the public key that was downloaded.
|
GetPublicKeyResult |
GetPublicKeyResult.withEncryptionAlgorithms(Collection<String> encryptionAlgorithms)
The encryption algorithms that AWS KMS supports for this key.
|
GetPublicKeyResult |
GetPublicKeyResult.withEncryptionAlgorithms(String... encryptionAlgorithms)
The encryption algorithms that AWS KMS supports for this key.
|
GetPublicKeyResult |
GetPublicKeyResult.withKeyId(String keyId)
The identifier of the asymmetric CMK from which the public key was
downloaded.
|
GetPublicKeyResult |
GetPublicKeyResult.withKeyUsage(KeyUsageType keyUsage)
The permitted use of the public key.
|
GetPublicKeyResult |
GetPublicKeyResult.withKeyUsage(String keyUsage)
The permitted use of the public key.
|
GetPublicKeyResult |
GetPublicKeyResult.withPublicKey(ByteBuffer publicKey)
The exported public key.
|
GetPublicKeyResult |
GetPublicKeyResult.withSigningAlgorithms(Collection<String> signingAlgorithms)
The signing algorithms that AWS KMS supports for this key.
|
GetPublicKeyResult |
GetPublicKeyResult.withSigningAlgorithms(String... signingAlgorithms)
The signing algorithms that AWS KMS supports for this key.
|
Copyright © 2020. All rights reserved.