AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
paymentcryptography
/
aws.sdk.kotlin.services.paymentcryptography.model
/
KeyClass
Key
Class
sealed
class
KeyClass
Inheritors
AsymmetricKeyPair
PrivateKey
PublicKey
SymmetricKey
SdkUnknown
Members
Types
Asymmetric
Key
Pair
Link copied to clipboard
object
AsymmetricKeyPair
:
KeyClass
Companion
Link copied to clipboard
object
Companion
Private
Key
Link copied to clipboard
object
PrivateKey
:
KeyClass
Public
Key
Link copied to clipboard
object
PublicKey
:
KeyClass
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
KeyClass
Symmetric
Key
Link copied to clipboard
object
SymmetricKey
:
KeyClass
Properties
value
Link copied to clipboard
abstract
val
value
:
String