static GetPublicKeyResponse.Builder |
GetPublicKeyResponse.builder() |
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.customerMasterKeySpec(String customerMasterKeySpec) |
Deprecated.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.customerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec) |
Deprecated.
|
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(String... 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.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(String keySpec) |
The type of the of the public key that was downloaded.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.keySpec(KeySpec keySpec) |
The type of the of the public key that was downloaded.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.keyUsage(String keyUsage) |
The permitted use of the public key.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.keyUsage(KeyUsageType 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(String... 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.toBuilder() |
|