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 KeyProperties
CertificatePolicy. keyProperties()
Get the keyProperties value.KeyProperties
KeyProperties. withCurve(JsonWebKeyCurveName curve)
Set the curve value.KeyProperties
KeyProperties. withExportable(Boolean exportable)
Set the exportable value.KeyProperties
KeyProperties. withKeySize(Integer keySize)
Set the keySize value.KeyProperties
KeyProperties. withKeyType(JsonWebKeyType keyType)
Set the keyType value.KeyProperties
KeyProperties. withReuseKey(Boolean reuseKey)
Set the reuseKey value.Methods in com.microsoft.azure.keyvault.models with parameters of type KeyProperties Modifier and Type Method Description CertificatePolicy
CertificatePolicy. withKeyProperties(KeyProperties keyProperties)
Set the keyProperties value.
-