Uses of Enum
software.amazon.awssdk.services.kms.model.WrappingKeySpec
Packages that use WrappingKeySpec
-
Uses of WrappingKeySpec in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return WrappingKeySpecModifier and TypeMethodDescriptionstatic WrappingKeySpecUse this in place of valueOf to convert the raw string returned by the service into the enum value.static WrappingKeySpecReturns 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.final 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 WrappingKeySpecMethods in software.amazon.awssdk.services.kms.model with parameters of type WrappingKeySpecModifier and TypeMethodDescriptionGetParametersForImportRequest.Builder.wrappingKeySpec(WrappingKeySpec wrappingKeySpec) The type of RSA public key to return in the response.