| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
KeyUsageProperty |
KeyUsageProperty.clone() |
KeyUsageProperty |
PrivateKeyAttributesV4.getKeyUsageProperty()
The key usage property defines the purpose of the private key contained in the certificate.
|
KeyUsageProperty |
PrivateKeyAttributesV3.getKeyUsageProperty()
The key usage property defines the purpose of the private key contained in the certificate.
|
KeyUsageProperty |
KeyUsageProperty.withPropertyFlags(KeyUsagePropertyFlags propertyFlags)
You can specify key usage for encryption, key agreement, and signature.
|
KeyUsageProperty |
KeyUsageProperty.withPropertyType(KeyUsagePropertyType propertyType)
You can specify all key usages using property type ALL.
|
KeyUsageProperty |
KeyUsageProperty.withPropertyType(String propertyType)
You can specify all key usages using property type ALL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrivateKeyAttributesV4.setKeyUsageProperty(KeyUsageProperty keyUsageProperty)
The key usage property defines the purpose of the private key contained in the certificate.
|
void |
PrivateKeyAttributesV3.setKeyUsageProperty(KeyUsageProperty keyUsageProperty)
The key usage property defines the purpose of the private key contained in the certificate.
|
PrivateKeyAttributesV4 |
PrivateKeyAttributesV4.withKeyUsageProperty(KeyUsageProperty keyUsageProperty)
The key usage property defines the purpose of the private key contained in the certificate.
|
PrivateKeyAttributesV3 |
PrivateKeyAttributesV3.withKeyUsageProperty(KeyUsageProperty keyUsageProperty)
The key usage property defines the purpose of the private key contained in the certificate.
|
Copyright © 2023. All rights reserved.