Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.WrappingKeySpec
-
Packages that use WrappingKeySpec Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of WrappingKeySpec in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.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.WrappingKeySpecExportKeyCryptogram. wrappingSpec()The wrapping spec for the key under export.WrappingKeySpecImportKeyCryptogram. wrappingSpec()The wrapping spec for the wrapped key cryptogram.Methods in software.amazon.awssdk.services.paymentcryptography.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.paymentcryptography.model with parameters of type WrappingKeySpec Modifier and Type Method Description ExportKeyCryptogram.BuilderExportKeyCryptogram.Builder. wrappingSpec(WrappingKeySpec wrappingSpec)The wrapping spec for the key under export.ImportKeyCryptogram.BuilderImportKeyCryptogram.Builder. wrappingSpec(WrappingKeySpec wrappingSpec)The wrapping spec for the wrapped key cryptogram.
-