AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
paymentcryptographydata
/
aws.sdk.kotlin.services.paymentcryptographydata.model
/
KeyDerivationHashAlgorithm
Key
Derivation
Hash
Algorithm
sealed
class
KeyDerivationHashAlgorithm
Inheritors
Sha256
Sha384
Sha512
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
KeyDerivationHashAlgorithm
Sha256
Link copied to clipboard
object
Sha256
:
KeyDerivationHashAlgorithm
Sha384
Link copied to clipboard
object
Sha384
:
KeyDerivationHashAlgorithm
Sha512
Link copied to clipboard
object
Sha512
:
KeyDerivationHashAlgorithm
Properties
value
Link copied to clipboard
abstract
val
value
:
String