AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
transfer
/
aws.sdk.kotlin.services.transfer.model
/
EncryptionAlg
Encryption
Alg
sealed
class
EncryptionAlg
Inheritors
Aes128Cbc
Aes192Cbc
Aes256Cbc
DesEde3Cbc
None
SdkUnknown
Members
Types
Aes128Cbc
Link copied to clipboard
object
Aes128Cbc
:
EncryptionAlg
Aes192Cbc
Link copied to clipboard
object
Aes192Cbc
:
EncryptionAlg
Aes256Cbc
Link copied to clipboard
object
Aes256Cbc
:
EncryptionAlg
Companion
Link copied to clipboard
object
Companion
Des
Ede3Cbc
Link copied to clipboard
object
DesEde3Cbc
:
EncryptionAlg
None
Link copied to clipboard
object
None
:
EncryptionAlg
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EncryptionAlg
Properties
value
Link copied to clipboard
abstract
val
value
:
String