| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
PrivateKeyFlagsV4 |
PrivateKeyFlagsV4.clone() |
PrivateKeyFlagsV4 |
TemplateV4.getPrivateKeyFlags()
Private key flags for v4 templates specify the client compatibility, if the private key can be exported, if user
input is required when using a private key, if an alternate signature algorithm should be used, and if
certificates are renewed using the same private key.
|
PrivateKeyFlagsV4 |
PrivateKeyFlagsV4.withClientVersion(ClientCompatibilityV4 clientVersion)
Defines the minimum client compatibility.
|
PrivateKeyFlagsV4 |
PrivateKeyFlagsV4.withClientVersion(String clientVersion)
Defines the minimum client compatibility.
|
PrivateKeyFlagsV4 |
PrivateKeyFlagsV4.withExportableKey(Boolean exportableKey)
Allows the private key to be exported.
|
PrivateKeyFlagsV4 |
PrivateKeyFlagsV4.withRequireAlternateSignatureAlgorithm(Boolean requireAlternateSignatureAlgorithm)
Requires the PKCS #1 v2.1 signature format for certificates.
|
PrivateKeyFlagsV4 |
PrivateKeyFlagsV4.withRequireSameKeyRenewal(Boolean requireSameKeyRenewal)
Renew certificate using the same private key.
|
PrivateKeyFlagsV4 |
PrivateKeyFlagsV4.withStrongKeyProtectionRequired(Boolean strongKeyProtectionRequired)
Require user input when using the private key for enrollment.
|
PrivateKeyFlagsV4 |
PrivateKeyFlagsV4.withUseLegacyProvider(Boolean useLegacyProvider)
Specifies the cryptographic service provider category used to generate private keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateV4.setPrivateKeyFlags(PrivateKeyFlagsV4 privateKeyFlags)
Private key flags for v4 templates specify the client compatibility, if the private key can be exported, if user
input is required when using a private key, if an alternate signature algorithm should be used, and if
certificates are renewed using the same private key.
|
TemplateV4 |
TemplateV4.withPrivateKeyFlags(PrivateKeyFlagsV4 privateKeyFlags)
Private key flags for v4 templates specify the client compatibility, if the private key can be exported, if user
input is required when using a private key, if an alternate signature algorithm should be used, and if
certificates are renewed using the same private key.
|
Copyright © 2025. All rights reserved.