| Package | Description |
|---|---|
| software.amazon.awssdk.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
static PrivateKeyFlagsV2.Builder |
PrivateKeyFlagsV2.builder() |
PrivateKeyFlagsV2.Builder |
PrivateKeyFlagsV2.Builder.clientVersion(ClientCompatibilityV2 clientVersion)
Defines the minimum client compatibility.
|
PrivateKeyFlagsV2.Builder |
PrivateKeyFlagsV2.Builder.clientVersion(String clientVersion)
Defines the minimum client compatibility.
|
PrivateKeyFlagsV2.Builder |
PrivateKeyFlagsV2.Builder.exportableKey(Boolean exportableKey)
Allows the private key to be exported.
|
PrivateKeyFlagsV2.Builder |
PrivateKeyFlagsV2.Builder.strongKeyProtectionRequired(Boolean strongKeyProtectionRequired)
Require user input when using the private key for enrollment.
|
PrivateKeyFlagsV2.Builder |
PrivateKeyFlagsV2.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PrivateKeyFlagsV2.Builder> |
PrivateKeyFlagsV2.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TemplateV2.Builder |
TemplateV2.Builder.privateKeyFlags(Consumer<PrivateKeyFlagsV2.Builder> privateKeyFlags)
Private key flags for v2 templates specify the client compatibility, if the private key can be exported, and
if user input is required when using a private key.
|
Copyright © 2023. All rights reserved.