| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
KeyUsage |
KeyUsage.clone() |
KeyUsage |
ExtensionsV4.getKeyUsage()
The key usage extension defines the purpose (e.g., encipherment, signature) of the key contained in the
certificate.
|
KeyUsage |
ExtensionsV3.getKeyUsage()
The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key
contained in the certificate.
|
KeyUsage |
ExtensionsV2.getKeyUsage()
The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key
contained in the certificate.
|
KeyUsage |
KeyUsage.withCritical(Boolean critical)
Sets the key usage extension to critical.
|
KeyUsage |
KeyUsage.withUsageFlags(KeyUsageFlags usageFlags)
The key usage flags represent the purpose (e.g., encipherment, signature) of the key contained in the
certificate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionsV4.setKeyUsage(KeyUsage keyUsage)
The key usage extension defines the purpose (e.g., encipherment, signature) of the key contained in the
certificate.
|
void |
ExtensionsV3.setKeyUsage(KeyUsage keyUsage)
The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key
contained in the certificate.
|
void |
ExtensionsV2.setKeyUsage(KeyUsage keyUsage)
The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key
contained in the certificate.
|
ExtensionsV4 |
ExtensionsV4.withKeyUsage(KeyUsage keyUsage)
The key usage extension defines the purpose (e.g., encipherment, signature) of the key contained in the
certificate.
|
ExtensionsV3 |
ExtensionsV3.withKeyUsage(KeyUsage keyUsage)
The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key
contained in the certificate.
|
ExtensionsV2 |
ExtensionsV2.withKeyUsage(KeyUsage keyUsage)
The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key
contained in the certificate.
|
Copyright © 2025. All rights reserved.