Uses of Enum
software.amazon.awssdk.services.kms.model.AlgorithmSpec
Packages that use AlgorithmSpec
-
Uses of AlgorithmSpec in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return AlgorithmSpecModifier and TypeMethodDescriptionstatic AlgorithmSpecUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AlgorithmSpecReturns the enum constant of this type with the specified name.static AlgorithmSpec[]AlgorithmSpec.values()Returns an array containing the constants of this enum type, in the order they are declared.final AlgorithmSpecGetParametersForImportRequest.wrappingAlgorithm()The algorithm you will use with the RSA public key (PublicKey) in the response to protect your key material during import.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type AlgorithmSpecMethods in software.amazon.awssdk.services.kms.model with parameters of type AlgorithmSpecModifier and TypeMethodDescriptionGetParametersForImportRequest.Builder.wrappingAlgorithm(AlgorithmSpec wrappingAlgorithm) The algorithm you will use with the RSA public key (PublicKey) in the response to protect your key material during import.