| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
PrivateKeyFlagsV2 |
PrivateKeyFlagsV2.clone() |
PrivateKeyFlagsV2 |
TemplateV2.getPrivateKeyFlags()
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.
|
PrivateKeyFlagsV2 |
PrivateKeyFlagsV2.withClientVersion(ClientCompatibilityV2 clientVersion)
Defines the minimum client compatibility.
|
PrivateKeyFlagsV2 |
PrivateKeyFlagsV2.withClientVersion(String clientVersion)
Defines the minimum client compatibility.
|
PrivateKeyFlagsV2 |
PrivateKeyFlagsV2.withExportableKey(Boolean exportableKey)
Allows the private key to be exported.
|
PrivateKeyFlagsV2 |
PrivateKeyFlagsV2.withStrongKeyProtectionRequired(Boolean strongKeyProtectionRequired)
Require user input when using the private key for enrollment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateV2.setPrivateKeyFlags(PrivateKeyFlagsV2 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.
|
TemplateV2 |
TemplateV2.withPrivateKeyFlags(PrivateKeyFlagsV2 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 © 2025. All rights reserved.