Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.KeyMaterialType
-
Packages that use KeyMaterialType Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of KeyMaterialType in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return KeyMaterialType Modifier and Type Method Description static KeyMaterialTypeKeyMaterialType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyMaterialTypeGetParametersForExportRequest. keyMaterialType()The key block format type (for example, TR-34 or TR-31) to use during key material export.KeyMaterialTypeGetParametersForImportRequest. keyMaterialType()The method to use for key material import.static KeyMaterialTypeKeyMaterialType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyMaterialType[]KeyMaterialType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type KeyMaterialType Modifier and Type Method Description static Set<KeyMaterialType>KeyMaterialType. knownValues()Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type KeyMaterialType Modifier and Type Method Description GetParametersForExportRequest.BuilderGetParametersForExportRequest.Builder. keyMaterialType(KeyMaterialType keyMaterialType)The key block format type (for example, TR-34 or TR-31) to use during key material export.GetParametersForImportRequest.BuilderGetParametersForImportRequest.Builder. keyMaterialType(KeyMaterialType keyMaterialType)The method to use for key material import.
-