Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.KeyAlgorithm
-
Packages that use KeyAlgorithm Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of KeyAlgorithm in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return KeyAlgorithm Modifier and Type Method Description static KeyAlgorithm
KeyAlgorithm. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyAlgorithm
KeyAttributes. keyAlgorithm()
The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key.KeyAlgorithm
GetParametersForExportRequest. signingKeyAlgorithm()
The signing key algorithm to generate a signing key certificate.KeyAlgorithm
GetParametersForExportResponse. signingKeyAlgorithm()
The algorithm of the signing key certificate for use in TR-34 key block generation.static KeyAlgorithm
KeyAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyAlgorithm[]
KeyAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.KeyAlgorithm
GetParametersForImportRequest. wrappingKeyAlgorithm()
The wrapping key algorithm to generate a wrapping key certificate.KeyAlgorithm
GetParametersForImportResponse. wrappingKeyAlgorithm()
The algorithm of the wrapping key for use within TR-34 WrappedKeyBlock.Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type KeyAlgorithm Modifier and Type Method Description static Set<KeyAlgorithm>
KeyAlgorithm. knownValues()
Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type KeyAlgorithm Modifier and Type Method Description KeyAttributes.Builder
KeyAttributes.Builder. keyAlgorithm(KeyAlgorithm keyAlgorithm)
The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key.GetParametersForExportRequest.Builder
GetParametersForExportRequest.Builder. signingKeyAlgorithm(KeyAlgorithm signingKeyAlgorithm)
The signing key algorithm to generate a signing key certificate.GetParametersForExportResponse.Builder
GetParametersForExportResponse.Builder. signingKeyAlgorithm(KeyAlgorithm signingKeyAlgorithm)
The algorithm of the signing key certificate for use in TR-34 key block generation.GetParametersForImportRequest.Builder
GetParametersForImportRequest.Builder. wrappingKeyAlgorithm(KeyAlgorithm wrappingKeyAlgorithm)
The wrapping key algorithm to generate a wrapping key certificate.GetParametersForImportResponse.Builder
GetParametersForImportResponse.Builder. wrappingKeyAlgorithm(KeyAlgorithm wrappingKeyAlgorithm)
The algorithm of the wrapping key for use within TR-34 WrappedKeyBlock.
-