Uses of Class
com.microsoft.azure.keyvault.models.KeyProperties
-
Packages that use KeyProperties Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of KeyProperties in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return KeyProperties Modifier and Type Method Description KeyPropertiesCertificatePolicy. keyProperties()Get the keyProperties value.KeyPropertiesKeyProperties. withCurve(JsonWebKeyCurveName curve)Set the curve value.KeyPropertiesKeyProperties. withExportable(Boolean exportable)Set the exportable value.KeyPropertiesKeyProperties. withKeySize(Integer keySize)Set the keySize value.KeyPropertiesKeyProperties. withKeyType(JsonWebKeyType keyType)Set the keyType value.KeyPropertiesKeyProperties. withReuseKey(Boolean reuseKey)Set the reuseKey value.Methods in com.microsoft.azure.keyvault.models with parameters of type KeyProperties Modifier and Type Method Description CertificatePolicyCertificatePolicy. withKeyProperties(KeyProperties keyProperties)Set the keyProperties value.
-