AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kms
/
aws.sdk.kotlin.services.kms.model
/
KeyEncryptionMechanism
Key
Encryption
Mechanism
sealed
class
KeyEncryptionMechanism
Inheritors
RsaesOaepSha256
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Rsaes
Oaep
Sha256
Link copied to clipboard
object
RsaesOaepSha256
:
KeyEncryptionMechanism
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
KeyEncryptionMechanism
Properties
value
Link copied to clipboard
abstract
val
value
:
String