Uses of Interface
software.amazon.awssdk.services.pcaconnectorad.model.PrivateKeyFlagsV3.Builder
-
Packages that use PrivateKeyFlagsV3.Builder Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of PrivateKeyFlagsV3.Builder in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return PrivateKeyFlagsV3.Builder Modifier and Type Method Description static PrivateKeyFlagsV3.BuilderPrivateKeyFlagsV3. builder()PrivateKeyFlagsV3.BuilderPrivateKeyFlagsV3.Builder. clientVersion(String clientVersion)Defines the minimum client compatibility.PrivateKeyFlagsV3.BuilderPrivateKeyFlagsV3.Builder. clientVersion(ClientCompatibilityV3 clientVersion)Defines the minimum client compatibility.PrivateKeyFlagsV3.BuilderPrivateKeyFlagsV3.Builder. exportableKey(Boolean exportableKey)Allows the private key to be exported.PrivateKeyFlagsV3.BuilderPrivateKeyFlagsV3.Builder. requireAlternateSignatureAlgorithm(Boolean requireAlternateSignatureAlgorithm)Reguires the PKCS #1 v2.1 signature format for certificates.PrivateKeyFlagsV3.BuilderPrivateKeyFlagsV3.Builder. strongKeyProtectionRequired(Boolean strongKeyProtectionRequired)Requirer user input when using the private key for enrollment.PrivateKeyFlagsV3.BuilderPrivateKeyFlagsV3. toBuilder()Methods in software.amazon.awssdk.services.pcaconnectorad.model that return types with arguments of type PrivateKeyFlagsV3.Builder Modifier and Type Method Description static Class<? extends PrivateKeyFlagsV3.Builder>PrivateKeyFlagsV3. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pcaconnectorad.model with type arguments of type PrivateKeyFlagsV3.Builder Modifier and Type Method Description default TemplateV3.BuilderTemplateV3.Builder. privateKeyFlags(Consumer<PrivateKeyFlagsV3.Builder> 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.
-