Uses of Class
com.microsoft.azure.keyvault.models.KeyCreateParameters
-
Packages that use KeyCreateParameters Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of KeyCreateParameters in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return KeyCreateParameters Modifier and Type Method Description KeyCreateParameters
KeyCreateParameters. withCurve(JsonWebKeyCurveName curve)
Set the curve value.KeyCreateParameters
KeyCreateParameters. withKeyAttributes(KeyAttributes keyAttributes)
Set the keyAttributes value.KeyCreateParameters
KeyCreateParameters. withKeyOps(List<JsonWebKeyOperation> keyOps)
Set the keyOps value.KeyCreateParameters
KeyCreateParameters. withKeySize(Integer keySize)
Set the keySize value.KeyCreateParameters
KeyCreateParameters. withKty(JsonWebKeyType kty)
Set the kty value.KeyCreateParameters
KeyCreateParameters. withTags(Map<String,String> tags)
Set the tags value.
-