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
Fields in com.azure.security.keyvault.certificates.models declared as CertificateKeyUsageModifier and TypeFieldDescriptionstatic final CertificateKeyUsage
CertificateKeyUsage.CRL_SIGN
Indicates that the certificate key can be used to sign a certificate revocation list.static final CertificateKeyUsage
CertificateKeyUsage.DATA_ENCIPHERMENT
Indicates that the certificate key can be used for data encryption.static final CertificateKeyUsage
CertificateKeyUsage.DECIPHER_ONLY
Indicates that the certificate key can be used for decryption only.static final CertificateKeyUsage
CertificateKeyUsage.DIGITAL_SIGNATURE
Indicates that the certificate key can be used as a digital signature.static final CertificateKeyUsage
CertificateKeyUsage.ENCIPHER_ONLY
Indicates that the certificate key can be used for encryption only.static final CertificateKeyUsage
CertificateKeyUsage.KEY_AGREEMENT
Indicates 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 CertificateKeyUsage
CertificateKeyUsage.KEY_CERT_SIGN
Indicates that the certificate key can be used to sign certificates.static final CertificateKeyUsage
CertificateKeyUsage.KEY_ENCIPHERMENT
Indicates that the certificate key can be used for key encryption.static final CertificateKeyUsage
CertificateKeyUsage.NON_REPUDIATION
Indicates that the certificate key can be used for authentication.Methods in com.azure.security.keyvault.certificates.models that return CertificateKeyUsageModifier and TypeMethodDescriptionstatic CertificateKeyUsage
CertificateKeyUsage.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.