Uses of Class
com.microsoft.azure.keyvault.models.KeyUsageType
-
Packages that use KeyUsageType Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of KeyUsageType in com.microsoft.azure.keyvault.models
Fields in com.microsoft.azure.keyvault.models declared as KeyUsageType Modifier and Type Field Description static KeyUsageTypeKeyUsageType. C_RLSIGNStatic value cRLSign for KeyUsageType.static KeyUsageTypeKeyUsageType. DATA_ENCIPHERMENTStatic value dataEncipherment for KeyUsageType.static KeyUsageTypeKeyUsageType. DECIPHER_ONLYStatic value decipherOnly for KeyUsageType.static KeyUsageTypeKeyUsageType. DIGITAL_SIGNATUREStatic value digitalSignature for KeyUsageType.static KeyUsageTypeKeyUsageType. ENCIPHER_ONLYStatic value encipherOnly for KeyUsageType.static KeyUsageTypeKeyUsageType. KEY_AGREEMENTStatic value keyAgreement for KeyUsageType.static KeyUsageTypeKeyUsageType. KEY_CERT_SIGNStatic value keyCertSign for KeyUsageType.static KeyUsageTypeKeyUsageType. KEY_ENCIPHERMENTStatic value keyEncipherment for KeyUsageType.static KeyUsageTypeKeyUsageType. NON_REPUDIATIONStatic value nonRepudiation for KeyUsageType.Methods in com.microsoft.azure.keyvault.models that return types with arguments of type KeyUsageType Modifier and Type Method Description List<KeyUsageType>X509CertificateProperties. keyUsage()Get the keyUsage value.Method parameters in com.microsoft.azure.keyvault.models with type arguments of type KeyUsageType Modifier and Type Method Description X509CertificatePropertiesX509CertificateProperties. withKeyUsage(List<KeyUsageType> keyUsage)Set the keyUsage value.
-