public static interface PrivateKeyFlagsV4.Builder extends SdkPojo, CopyableBuilder<PrivateKeyFlagsV4.Builder,PrivateKeyFlagsV4>
| Modifier and Type | Method and Description |
|---|---|
PrivateKeyFlagsV4.Builder |
clientVersion(ClientCompatibilityV4 clientVersion)
Defines the minimum client compatibility.
|
PrivateKeyFlagsV4.Builder |
clientVersion(String clientVersion)
Defines the minimum client compatibility.
|
PrivateKeyFlagsV4.Builder |
exportableKey(Boolean exportableKey)
Allows the private key to be exported.
|
PrivateKeyFlagsV4.Builder |
requireAlternateSignatureAlgorithm(Boolean requireAlternateSignatureAlgorithm)
Requires the PKCS #1 v2.1 signature format for certificates.
|
PrivateKeyFlagsV4.Builder |
requireSameKeyRenewal(Boolean requireSameKeyRenewal)
Renew certificate using the same private key.
|
PrivateKeyFlagsV4.Builder |
strongKeyProtectionRequired(Boolean strongKeyProtectionRequired)
Require user input when using the private key for enrollment.
|
PrivateKeyFlagsV4.Builder |
useLegacyProvider(Boolean useLegacyProvider)
Specifies the cryptographic service provider category used to generate private keys.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPrivateKeyFlagsV4.Builder clientVersion(String clientVersion)
Defines the minimum client compatibility.
clientVersion - Defines the minimum client compatibility.ClientCompatibilityV4,
ClientCompatibilityV4PrivateKeyFlagsV4.Builder clientVersion(ClientCompatibilityV4 clientVersion)
Defines the minimum client compatibility.
clientVersion - Defines the minimum client compatibility.ClientCompatibilityV4,
ClientCompatibilityV4PrivateKeyFlagsV4.Builder exportableKey(Boolean exportableKey)
Allows the private key to be exported.
exportableKey - Allows the private key to be exported.PrivateKeyFlagsV4.Builder requireAlternateSignatureAlgorithm(Boolean requireAlternateSignatureAlgorithm)
Requires the PKCS #1 v2.1 signature format for certificates. You should verify that your CA, objects, and applications can accept this signature format.
requireAlternateSignatureAlgorithm - Requires the PKCS #1 v2.1 signature format for certificates. You should verify that your CA, objects,
and applications can accept this signature format.PrivateKeyFlagsV4.Builder requireSameKeyRenewal(Boolean requireSameKeyRenewal)
Renew certificate using the same private key.
requireSameKeyRenewal - Renew certificate using the same private key.PrivateKeyFlagsV4.Builder strongKeyProtectionRequired(Boolean strongKeyProtectionRequired)
Require user input when using the private key for enrollment.
strongKeyProtectionRequired - Require user input when using the private key for enrollment.PrivateKeyFlagsV4.Builder useLegacyProvider(Boolean useLegacyProvider)
Specifies the cryptographic service provider category used to generate private keys. Set to TRUE to use Legacy Cryptographic Service Providers and FALSE to use Key Storage Providers.
useLegacyProvider - Specifies the cryptographic service provider category used to generate private keys. Set to TRUE to
use Legacy Cryptographic Service Providers and FALSE to use Key Storage Providers.Copyright © 2023. All rights reserved.