Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.KeyUsage
-
Packages that use KeyUsage Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of KeyUsage in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return KeyUsage Modifier and Type Method Description KeyUsageExtensionsV2. keyUsage()The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate.KeyUsageExtensionsV3. keyUsage()The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate.KeyUsageExtensionsV4. keyUsage()The key usage extension defines the purpose (e.g., encipherment, signature) of the key contained in the certificate.Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type KeyUsage Modifier and Type Method Description ExtensionsV2.BuilderExtensionsV2.Builder. keyUsage(KeyUsage keyUsage)The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate.ExtensionsV3.BuilderExtensionsV3.Builder. keyUsage(KeyUsage keyUsage)The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate.ExtensionsV4.BuilderExtensionsV4.Builder. keyUsage(KeyUsage keyUsage)The key usage extension defines the purpose (e.g., encipherment, signature) of the key contained in the certificate.
-