Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.PrivateKeyAttributesV4
-
Packages that use PrivateKeyAttributesV4 Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of PrivateKeyAttributesV4 in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return PrivateKeyAttributesV4 Modifier and Type Method Description PrivateKeyAttributesV4TemplateV4. privateKeyAttributes()Private key attributes allow you to specify the minimal key length, key spec, key usage, and cryptographic providers for the private key of a certificate for v4 templates.Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type PrivateKeyAttributesV4 Modifier and Type Method Description TemplateV4.BuilderTemplateV4.Builder. privateKeyAttributes(PrivateKeyAttributesV4 privateKeyAttributes)Private key attributes allow you to specify the minimal key length, key spec, key usage, and cryptographic providers for the private key of a certificate for v4 templates.
-