public static interface PrivateKeyFlagsV3.Builder extends SdkPojo, CopyableBuilder<PrivateKeyFlagsV3.Builder,PrivateKeyFlagsV3>
| Modifier and Type | Method and Description |
|---|---|
PrivateKeyFlagsV3.Builder |
clientVersion(ClientCompatibilityV3 clientVersion)
Defines the minimum client compatibility.
|
PrivateKeyFlagsV3.Builder |
clientVersion(String clientVersion)
Defines the minimum client compatibility.
|
PrivateKeyFlagsV3.Builder |
exportableKey(Boolean exportableKey)
Allows the private key to be exported.
|
PrivateKeyFlagsV3.Builder |
requireAlternateSignatureAlgorithm(Boolean requireAlternateSignatureAlgorithm)
Reguires the PKCS #1 v2.1 signature format for certificates.
|
PrivateKeyFlagsV3.Builder |
strongKeyProtectionRequired(Boolean strongKeyProtectionRequired)
Requirer user input when using the private key for enrollment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPrivateKeyFlagsV3.Builder clientVersion(String clientVersion)
Defines the minimum client compatibility.
clientVersion - Defines the minimum client compatibility.ClientCompatibilityV3,
ClientCompatibilityV3PrivateKeyFlagsV3.Builder clientVersion(ClientCompatibilityV3 clientVersion)
Defines the minimum client compatibility.
clientVersion - Defines the minimum client compatibility.ClientCompatibilityV3,
ClientCompatibilityV3PrivateKeyFlagsV3.Builder exportableKey(Boolean exportableKey)
Allows the private key to be exported.
exportableKey - Allows the private key to be exported.PrivateKeyFlagsV3.Builder requireAlternateSignatureAlgorithm(Boolean requireAlternateSignatureAlgorithm)
Reguires the PKCS #1 v2.1 signature format for certificates. You should verify that your CA, objects, and applications can accept this signature format.
requireAlternateSignatureAlgorithm - Reguires the PKCS #1 v2.1 signature format for certificates. You should verify that your CA, objects,
and applications can accept this signature format.PrivateKeyFlagsV3.Builder strongKeyProtectionRequired(Boolean strongKeyProtectionRequired)
Requirer user input when using the private key for enrollment.
strongKeyProtectionRequired - Requirer user input when using the private key for enrollment.Copyright © 2023. All rights reserved.