| Package | Description |
|---|---|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
KeyUsage |
KeyUsage.clone() |
KeyUsage |
CsrExtensions.getKeyUsage()
Indicates the purpose of the certificate and of the key contained in the certificate.
|
KeyUsage |
Extensions.getKeyUsage() |
KeyUsage |
KeyUsage.withCRLSign(Boolean cRLSign)
Key can be used to sign CRLs.
|
KeyUsage |
KeyUsage.withDataEncipherment(Boolean dataEncipherment)
Key can be used to decipher data.
|
KeyUsage |
KeyUsage.withDecipherOnly(Boolean decipherOnly)
Key can be used only to decipher data.
|
KeyUsage |
KeyUsage.withDigitalSignature(Boolean digitalSignature)
Key can be used for digital signing.
|
KeyUsage |
KeyUsage.withEncipherOnly(Boolean encipherOnly)
Key can be used only to encipher data.
|
KeyUsage |
KeyUsage.withKeyAgreement(Boolean keyAgreement)
Key can be used in a key-agreement protocol.
|
KeyUsage |
KeyUsage.withKeyCertSign(Boolean keyCertSign)
Key can be used to sign certificates.
|
KeyUsage |
KeyUsage.withKeyEncipherment(Boolean keyEncipherment)
Key can be used to encipher data.
|
KeyUsage |
KeyUsage.withNonRepudiation(Boolean nonRepudiation)
Key can be used for non-repudiation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CsrExtensions.setKeyUsage(KeyUsage keyUsage)
Indicates the purpose of the certificate and of the key contained in the certificate.
|
void |
Extensions.setKeyUsage(KeyUsage keyUsage) |
CsrExtensions |
CsrExtensions.withKeyUsage(KeyUsage keyUsage)
Indicates the purpose of the certificate and of the key contained in the certificate.
|
Extensions |
Extensions.withKeyUsage(KeyUsage keyUsage) |
Copyright © 2024. All rights reserved.