AWS SDK for Kotlin
Toggle table of contents
1.4.120
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
acm
/
aws.sdk.kotlin.services.acm.model
/
KeyUsageName
Key
Usage
Name
sealed
class
KeyUsageName
Inheritors
Any
CertificateSigning
CrlSigning
Custom
DataEncipherment
DecipherOnly
DigitalSignature
EnchiperOnly
KeyAgreement
KeyEncipherment
NonRepudation
SdkUnknown
Members
Types
Any
Link copied to clipboard
object
Any
:
KeyUsageName
Certificate
Signing
Link copied to clipboard
object
CertificateSigning
:
KeyUsageName
Companion
Link copied to clipboard
object
Companion
Crl
Signing
Link copied to clipboard
object
CrlSigning
:
KeyUsageName
Custom
Link copied to clipboard
object
Custom
:
KeyUsageName
Data
Encipherment
Link copied to clipboard
object
DataEncipherment
:
KeyUsageName
Decipher
Only
Link copied to clipboard
object
DecipherOnly
:
KeyUsageName
Digital
Signature
Link copied to clipboard
object
DigitalSignature
:
KeyUsageName
Enchiper
Only
Link copied to clipboard
object
EnchiperOnly
:
KeyUsageName
Key
Agreement
Link copied to clipboard
object
KeyAgreement
:
KeyUsageName
Key
Encipherment
Link copied to clipboard
object
KeyEncipherment
:
KeyUsageName
Non
Repudation
Link copied to clipboard
object
NonRepudation
:
KeyUsageName
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
KeyUsageName
Properties
value
Link copied to clipboard
abstract
val
value
:
String