Uses of Class
software.amazon.awssdk.services.kms.model.WrappingKeySpec
-
Packages that use WrappingKeySpec Package Description software.amazon.awssdk.services.kms.model -
-
Uses of WrappingKeySpec in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return WrappingKeySpec Modifier and Type Method Description static WrappingKeySpecWrappingKeySpec. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WrappingKeySpecWrappingKeySpec. valueOf(String name)Returns the enum constant of this type with the specified name.static WrappingKeySpec[]WrappingKeySpec. values()Returns an array containing the constants of this enum type, in the order they are declared.WrappingKeySpecGetParametersForImportRequest. wrappingKeySpec()The type of RSA public key to return in the response.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type WrappingKeySpec Modifier and Type Method Description static Set<WrappingKeySpec>WrappingKeySpec. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type WrappingKeySpec Modifier and Type Method Description GetParametersForImportRequest.BuilderGetParametersForImportRequest.Builder. wrappingKeySpec(WrappingKeySpec wrappingKeySpec)The type of RSA public key to return in the response.
-