| Package | Description |
|---|---|
| software.amazon.awssdk.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyUsageProperty.Builder |
KeyUsageProperty.builder() |
default KeyUsageProperty.Builder |
KeyUsageProperty.Builder.propertyFlags(Consumer<KeyUsagePropertyFlags.Builder> propertyFlags)
You can specify key usage for encryption, key agreement, and signature.
|
KeyUsageProperty.Builder |
KeyUsageProperty.Builder.propertyFlags(KeyUsagePropertyFlags propertyFlags)
You can specify key usage for encryption, key agreement, and signature.
|
KeyUsageProperty.Builder |
KeyUsageProperty.Builder.propertyType(KeyUsagePropertyType propertyType)
You can specify all key usages using property type ALL.
|
KeyUsageProperty.Builder |
KeyUsageProperty.Builder.propertyType(String propertyType)
You can specify all key usages using property type ALL.
|
KeyUsageProperty.Builder |
KeyUsageProperty.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends KeyUsageProperty.Builder> |
KeyUsageProperty.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PrivateKeyAttributesV3.Builder |
PrivateKeyAttributesV3.Builder.keyUsageProperty(Consumer<KeyUsageProperty.Builder> keyUsageProperty)
The key usage property defines the purpose of the private key contained in the certificate.
|
default PrivateKeyAttributesV4.Builder |
PrivateKeyAttributesV4.Builder.keyUsageProperty(Consumer<KeyUsageProperty.Builder> keyUsageProperty)
The key usage property defines the purpose of the private key contained in the certificate.
|
Copyright © 2023. All rights reserved.