Uses of Interface
software.amazon.awssdk.services.pcaconnectorad.model.PrivateKeyFlagsV4.Builder
-
Packages that use PrivateKeyFlagsV4.Builder Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of PrivateKeyFlagsV4.Builder in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return PrivateKeyFlagsV4.Builder Modifier and Type Method Description static PrivateKeyFlagsV4.BuilderPrivateKeyFlagsV4. builder()PrivateKeyFlagsV4.BuilderPrivateKeyFlagsV4.Builder. clientVersion(String clientVersion)Defines the minimum client compatibility.PrivateKeyFlagsV4.BuilderPrivateKeyFlagsV4.Builder. clientVersion(ClientCompatibilityV4 clientVersion)Defines the minimum client compatibility.PrivateKeyFlagsV4.BuilderPrivateKeyFlagsV4.Builder. exportableKey(Boolean exportableKey)Allows the private key to be exported.PrivateKeyFlagsV4.BuilderPrivateKeyFlagsV4.Builder. requireAlternateSignatureAlgorithm(Boolean requireAlternateSignatureAlgorithm)Requires the PKCS #1 v2.1 signature format for certificates.PrivateKeyFlagsV4.BuilderPrivateKeyFlagsV4.Builder. requireSameKeyRenewal(Boolean requireSameKeyRenewal)Renew certificate using the same private key.PrivateKeyFlagsV4.BuilderPrivateKeyFlagsV4.Builder. strongKeyProtectionRequired(Boolean strongKeyProtectionRequired)Require user input when using the private key for enrollment.PrivateKeyFlagsV4.BuilderPrivateKeyFlagsV4. toBuilder()PrivateKeyFlagsV4.BuilderPrivateKeyFlagsV4.Builder. useLegacyProvider(Boolean useLegacyProvider)Specifies the cryptographic service provider category used to generate private keys.Methods in software.amazon.awssdk.services.pcaconnectorad.model that return types with arguments of type PrivateKeyFlagsV4.Builder Modifier and Type Method Description static Class<? extends PrivateKeyFlagsV4.Builder>PrivateKeyFlagsV4. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pcaconnectorad.model with type arguments of type PrivateKeyFlagsV4.Builder Modifier and Type Method Description default TemplateV4.BuilderTemplateV4.Builder. privateKeyFlags(Consumer<PrivateKeyFlagsV4.Builder> 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.
-