Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.PrivateKeyFlagsV4
-
Packages that use PrivateKeyFlagsV4 Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of PrivateKeyFlagsV4 in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return PrivateKeyFlagsV4 Modifier and Type Method Description PrivateKeyFlagsV4TemplateV4. 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.Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type PrivateKeyFlagsV4 Modifier and Type Method Description TemplateV4.BuilderTemplateV4.Builder. privateKeyFlags(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.
-