Uses of Class
com.azure.security.keyvault.certificates.models.CertificateKeyUsage
Packages that use CertificateKeyUsage
Package
Description
This package contains model classes for Azure Key Vault Certificates
-
Uses of CertificateKeyUsage in com.azure.security.keyvault.certificates.models
Fields in com.azure.security.keyvault.certificates.models declared as CertificateKeyUsageModifier and TypeFieldDescriptionstatic final CertificateKeyUsageCertificateKeyUsage.CRL_SIGNStatic value CRLSign for CertificateKeyUsage.static final CertificateKeyUsageCertificateKeyUsage.DATA_ENCIPHERMENTStatic value Data Encipherment for CertificateKeyUsage.static final CertificateKeyUsageCertificateKeyUsage.DECIPHER_ONLYStatic value Decipher Only for CertificateKeyUsage.static final CertificateKeyUsageCertificateKeyUsage.DIGITAL_SIGNATUREStatic value Digital Signature for CertificateKeyUsage.static final CertificateKeyUsageCertificateKeyUsage.ENCIPHER_ONLYStatic value Encipher Only for CertificateKeyUsage.static final CertificateKeyUsageCertificateKeyUsage.KEY_AGREEMENTStatic value Key Agreement for CertificateKeyUsage.static final CertificateKeyUsageCertificateKeyUsage.KEY_CERT_SIGNStatic value Key CertSign for CertificateKeyUsage.static final CertificateKeyUsageCertificateKeyUsage.KEY_ENCIPHERMENTStatic value Key Encipherment for CertificateKeyUsage.static final CertificateKeyUsageCertificateKeyUsage.NON_REPUDIATIONStatic value Non Repudiation for CertificateKeyUsage.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()Methods in com.azure.security.keyvault.certificates.models with parameters of type CertificateKeyUsageModifier and TypeMethodDescriptionCertificatePolicy.setKeyUsage(CertificateKeyUsage... keyUsage) Set the key usage.