| Package | Description | 
|---|---|
| com.amazonaws.services.kms | 
 | 
| com.amazonaws.services.kms.model | 
| Modifier and Type | Method and Description | 
|---|---|
GetPublicKeyResult | 
AWSKMS.getPublicKey(GetPublicKeyRequest getPublicKeyRequest)
 Returns the public key of an asymmetric CMK. 
 | 
GetPublicKeyResult | 
AbstractAWSKMS.getPublicKey(GetPublicKeyRequest request)  | 
GetPublicKeyResult | 
AWSKMSClient.getPublicKey(GetPublicKeyRequest request)
 Returns the public key of an asymmetric CMK. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<GetPublicKeyResult> | 
AWSKMSAsyncClient.getPublicKeyAsync(GetPublicKeyRequest request)  | 
Future<GetPublicKeyResult> | 
AWSKMSAsync.getPublicKeyAsync(GetPublicKeyRequest getPublicKeyRequest)
 Returns the public key of an asymmetric CMK. 
 | 
Future<GetPublicKeyResult> | 
AbstractAWSKMSAsync.getPublicKeyAsync(GetPublicKeyRequest request)  | 
Future<GetPublicKeyResult> | 
AWSKMSAsyncClient.getPublicKeyAsync(GetPublicKeyRequest request,
                 AsyncHandler<GetPublicKeyRequest,GetPublicKeyResult> asyncHandler)  | 
Future<GetPublicKeyResult> | 
AWSKMSAsync.getPublicKeyAsync(GetPublicKeyRequest getPublicKeyRequest,
                 AsyncHandler<GetPublicKeyRequest,GetPublicKeyResult> asyncHandler)
 Returns the public key of an asymmetric CMK. 
 | 
Future<GetPublicKeyResult> | 
AbstractAWSKMSAsync.getPublicKeyAsync(GetPublicKeyRequest request,
                 AsyncHandler<GetPublicKeyRequest,GetPublicKeyResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Future<GetPublicKeyResult> | 
AWSKMSAsyncClient.getPublicKeyAsync(GetPublicKeyRequest request,
                 AsyncHandler<GetPublicKeyRequest,GetPublicKeyResult> asyncHandler)  | 
Future<GetPublicKeyResult> | 
AWSKMSAsync.getPublicKeyAsync(GetPublicKeyRequest getPublicKeyRequest,
                 AsyncHandler<GetPublicKeyRequest,GetPublicKeyResult> asyncHandler)
 Returns the public key of an asymmetric CMK. 
 | 
Future<GetPublicKeyResult> | 
AbstractAWSKMSAsync.getPublicKeyAsync(GetPublicKeyRequest request,
                 AsyncHandler<GetPublicKeyRequest,GetPublicKeyResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
GetPublicKeyResult | 
GetPublicKeyResult.clone()  | 
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(EncryptionAlgorithmSpec... 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(SigningAlgorithmSpec... 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.