Uses of Class
com.azure.security.keyvault.certificates.models.CertificateKeyUsage
Packages that use CertificateKeyUsage
Package
Description
Package containing the data models for Certificates clients.
-
Uses of CertificateKeyUsage in com.azure.security.keyvault.certificates.models
Subclasses with type arguments of type CertificateKeyUsage in com.azure.security.keyvault.certificates.modelsModifier and TypeClassDescriptionfinal classSupported usages of a certificate key.Fields in com.azure.security.keyvault.certificates.models declared as CertificateKeyUsageModifier and TypeFieldDescriptionstatic final CertificateKeyUsageCertificateKeyUsage.CRL_SIGNIndicates that the certificate key can be used to sign a certificate revocation list.static final CertificateKeyUsageCertificateKeyUsage.DATA_ENCIPHERMENTIndicates that the certificate key can be used for data encryption.static final CertificateKeyUsageCertificateKeyUsage.DECIPHER_ONLYIndicates that the certificate key can be used for decryption only.static final CertificateKeyUsageCertificateKeyUsage.DIGITAL_SIGNATUREIndicates that the certificate key can be used as a digital signature.static final CertificateKeyUsageCertificateKeyUsage.ENCIPHER_ONLYIndicates that the certificate key can be used for encryption only.static final CertificateKeyUsageCertificateKeyUsage.KEY_AGREEMENTIndicates that the certificate key can be used to determine key agreement, such as a key created using the Diffie-Hellman key agreement algorithm.static final CertificateKeyUsageCertificateKeyUsage.KEY_CERT_SIGNIndicates that the certificate key can be used to sign certificates.static final CertificateKeyUsageCertificateKeyUsage.KEY_ENCIPHERMENTIndicates that the certificate key can be used for key encryption.static final CertificateKeyUsageCertificateKeyUsage.NON_REPUDIATIONIndicates that the certificate key can be used for authentication.Methods in com.azure.security.keyvault.certificates.models that return CertificateKeyUsageModifier and TypeMethodDescriptionstatic CertificateKeyUsageCertificateKeyUsage.fromString(String name) Creates or finds a CertificateKeyUsage from its string representation.Methods in com.azure.security.keyvault.certificates.models that return types with arguments of type CertificateKeyUsageModifier and TypeMethodDescriptionCertificatePolicy.getKeyUsage()Get the key usage.static Collection<CertificateKeyUsage> CertificateKeyUsage.values()Gets known CertificateKeyUsage values.Methods in com.azure.security.keyvault.certificates.models with parameters of type CertificateKeyUsageModifier and TypeMethodDescriptionCertificatePolicy.setKeyUsage(CertificateKeyUsage... keyUsage) Set the key usage.