| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
PrivateKeyFlagsV3 |
PrivateKeyFlagsV3.clone() |
PrivateKeyFlagsV3 |
TemplateV3.getPrivateKeyFlags()
Private key flags for v3 templates specify the client compatibility, if the private key can be exported, if user
input is required when using a private key, and if an alternate signature algorithm should be used.
|
PrivateKeyFlagsV3 |
PrivateKeyFlagsV3.withClientVersion(ClientCompatibilityV3 clientVersion)
Defines the minimum client compatibility.
|
PrivateKeyFlagsV3 |
PrivateKeyFlagsV3.withClientVersion(String clientVersion)
Defines the minimum client compatibility.
|
PrivateKeyFlagsV3 |
PrivateKeyFlagsV3.withExportableKey(Boolean exportableKey)
Allows the private key to be exported.
|
PrivateKeyFlagsV3 |
PrivateKeyFlagsV3.withRequireAlternateSignatureAlgorithm(Boolean requireAlternateSignatureAlgorithm)
Reguires the PKCS #1 v2.1 signature format for certificates.
|
PrivateKeyFlagsV3 |
PrivateKeyFlagsV3.withStrongKeyProtectionRequired(Boolean strongKeyProtectionRequired)
Requirer user input when using the private key for enrollment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateV3.setPrivateKeyFlags(PrivateKeyFlagsV3 privateKeyFlags)
Private key flags for v3 templates specify the client compatibility, if the private key can be exported, if user
input is required when using a private key, and if an alternate signature algorithm should be used.
|
TemplateV3 |
TemplateV3.withPrivateKeyFlags(PrivateKeyFlagsV3 privateKeyFlags)
Private key flags for v3 templates specify the client compatibility, if the private key can be exported, if user
input is required when using a private key, and if an alternate signature algorithm should be used.
|
Copyright © 2024. All rights reserved.