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