toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
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