| Package | Description |
|---|---|
| software.amazon.awssdk.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyUsageProperty |
KeyUsageProperty.fromPropertyFlags(Consumer<KeyUsagePropertyFlags.Builder> propertyFlags)
Create an instance of this class with
propertyFlags() initialized to the given value. |
static KeyUsageProperty |
KeyUsageProperty.fromPropertyFlags(KeyUsagePropertyFlags propertyFlags)
Create an instance of this class with
propertyFlags() initialized to the given value. |
static KeyUsageProperty |
KeyUsageProperty.fromPropertyType(KeyUsagePropertyType propertyType)
Create an instance of this class with
propertyTypeAsString() initialized to the given value. |
static KeyUsageProperty |
KeyUsageProperty.fromPropertyType(String propertyType)
Create an instance of this class with
propertyTypeAsString() initialized to the given value. |
KeyUsageProperty |
PrivateKeyAttributesV3.keyUsageProperty()
The key usage property defines the purpose of the private key contained in the certificate.
|
KeyUsageProperty |
PrivateKeyAttributesV4.keyUsageProperty()
The key usage property defines the purpose of the private key contained in the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateKeyAttributesV3.Builder |
PrivateKeyAttributesV3.Builder.keyUsageProperty(KeyUsageProperty keyUsageProperty)
The key usage property defines the purpose of the private key contained in the certificate.
|
PrivateKeyAttributesV4.Builder |
PrivateKeyAttributesV4.Builder.keyUsageProperty(KeyUsageProperty keyUsageProperty)
The key usage property defines the purpose of the private key contained in the certificate.
|
Copyright © 2023. All rights reserved.