Uses of Class
software.amazon.awssdk.services.kms.model.AlgorithmSpec
-
Packages that use AlgorithmSpec Package Description software.amazon.awssdk.services.kms.model -
-
Uses of AlgorithmSpec in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return AlgorithmSpec Modifier and Type Method Description static AlgorithmSpecAlgorithmSpec. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AlgorithmSpecAlgorithmSpec. valueOf(String name)Returns 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.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 AlgorithmSpec Modifier and Type Method Description static Set<AlgorithmSpec>AlgorithmSpec. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type AlgorithmSpec Modifier and Type Method Description GetParametersForImportRequest.BuilderGetParametersForImportRequest.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.
-