| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
static GetPublicKeyResponse.Builder |
GetPublicKeyResponse.builder() |
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.customerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec)
Deprecated.
This field has been deprecated. Instead, use the KeySpec field.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.customerMasterKeySpec(String customerMasterKeySpec)
Deprecated.
This field has been deprecated. Instead, use the KeySpec field.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.encryptionAlgorithms(Collection<EncryptionAlgorithmSpec> encryptionAlgorithms)
The encryption algorithms that KMS supports for this key.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.encryptionAlgorithms(EncryptionAlgorithmSpec... encryptionAlgorithms)
The encryption algorithms that KMS supports for this key.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.encryptionAlgorithmsWithStrings(Collection<String> encryptionAlgorithms)
The encryption algorithms that KMS supports for this key.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.encryptionAlgorithmsWithStrings(String... encryptionAlgorithms)
The encryption algorithms that KMS supports for this key.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.keyId(String keyId)
The Amazon Resource Name (key ARN) of the
asymmetric KMS key from which the public key was downloaded.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.keySpec(KeySpec keySpec)
The type of the of the public key that was downloaded.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.keySpec(String keySpec)
The type of the of the public key that was downloaded.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.keyUsage(KeyUsageType keyUsage)
The permitted use of the public key.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.keyUsage(String keyUsage)
The permitted use of the public key.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.publicKey(SdkBytes publicKey)
The exported public key.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.signingAlgorithms(Collection<SigningAlgorithmSpec> signingAlgorithms)
The signing algorithms that KMS supports for this key.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.signingAlgorithms(SigningAlgorithmSpec... signingAlgorithms)
The signing algorithms that KMS supports for this key.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.signingAlgorithmsWithStrings(Collection<String> signingAlgorithms)
The signing algorithms that KMS supports for this key.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.signingAlgorithmsWithStrings(String... signingAlgorithms)
The signing algorithms that KMS supports for this key.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetPublicKeyResponse.Builder> |
GetPublicKeyResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.