Uses of Class
software.amazon.awssdk.services.kms.model.KeySpec
-
Packages that use KeySpec Package Description software.amazon.awssdk.services.kms.model -
-
Uses of KeySpec in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return KeySpec Modifier and Type Method Description static KeySpecKeySpec. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeySpecCreateKeyRequest. keySpec()Specifies the type of KMS key to create.KeySpecGetPublicKeyResponse. keySpec()The type of the of the public key that was downloaded.KeySpecKeyMetadata. keySpec()Describes the type of key material in the KMS key.static KeySpecKeySpec. valueOf(String name)Returns the enum constant of this type with the specified name.static KeySpec[]KeySpec. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type KeySpec Modifier and Type Method Description static Set<KeySpec>KeySpec. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type KeySpec Modifier and Type Method Description CreateKeyRequest.BuilderCreateKeyRequest.Builder. keySpec(KeySpec keySpec)Specifies the type of KMS key to create.GetPublicKeyResponse.BuilderGetPublicKeyResponse.Builder. keySpec(KeySpec keySpec)The type of the of the public key that was downloaded.KeyMetadata.BuilderKeyMetadata.Builder. keySpec(KeySpec keySpec)Describes the type of key material in the KMS key.
-