Uses of Interface
software.amazon.awssdk.services.kms.model.GetPublicKeyResponse.Builder
Packages that use GetPublicKeyResponse.Builder
-
Uses of GetPublicKeyResponse.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return GetPublicKeyResponse.BuilderModifier and TypeMethodDescriptionstatic GetPublicKeyResponse.BuilderGetPublicKeyResponse.builder()GetPublicKeyResponse.Builder.customerMasterKeySpec(String customerMasterKeySpec) Deprecated.This field has been deprecated.GetPublicKeyResponse.Builder.customerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec) Deprecated.This field has been deprecated.GetPublicKeyResponse.Builder.encryptionAlgorithms(Collection<EncryptionAlgorithmSpec> encryptionAlgorithms) The encryption algorithms that KMS supports for this key.GetPublicKeyResponse.Builder.encryptionAlgorithms(EncryptionAlgorithmSpec... encryptionAlgorithms) The encryption algorithms that KMS supports for this key.GetPublicKeyResponse.Builder.encryptionAlgorithmsWithStrings(String... encryptionAlgorithms) The encryption algorithms that KMS supports for this key.GetPublicKeyResponse.Builder.encryptionAlgorithmsWithStrings(Collection<String> encryptionAlgorithms) The encryption algorithms that KMS supports for this key.GetPublicKeyResponse.Builder.keyAgreementAlgorithms(Collection<KeyAgreementAlgorithmSpec> keyAgreementAlgorithms) The key agreement algorithm used to derive a shared secret.GetPublicKeyResponse.Builder.keyAgreementAlgorithms(KeyAgreementAlgorithmSpec... keyAgreementAlgorithms) The key agreement algorithm used to derive a shared secret.GetPublicKeyResponse.Builder.keyAgreementAlgorithmsWithStrings(String... keyAgreementAlgorithms) The key agreement algorithm used to derive a shared secret.GetPublicKeyResponse.Builder.keyAgreementAlgorithmsWithStrings(Collection<String> keyAgreementAlgorithms) The key agreement algorithm used to derive a shared secret.The Amazon Resource Name (key ARN) of the asymmetric KMS key from which the public key was downloaded.The type of the of the public key that was downloaded.The type of the of the public key that was downloaded.The permitted use of the public key.GetPublicKeyResponse.Builder.keyUsage(KeyUsageType keyUsage) The permitted use of the public key.The exported public key.GetPublicKeyResponse.Builder.signingAlgorithms(Collection<SigningAlgorithmSpec> signingAlgorithms) The signing algorithms that KMS supports for this key.GetPublicKeyResponse.Builder.signingAlgorithms(SigningAlgorithmSpec... signingAlgorithms) The signing algorithms that KMS supports for this key.GetPublicKeyResponse.Builder.signingAlgorithmsWithStrings(String... signingAlgorithms) The signing algorithms that KMS supports for this key.GetPublicKeyResponse.Builder.signingAlgorithmsWithStrings(Collection<String> signingAlgorithms) The signing algorithms that KMS supports for this key.GetPublicKeyResponse.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type GetPublicKeyResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetPublicKeyResponse.Builder>GetPublicKeyResponse.serializableBuilderClass()