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 KeyCreateParametersKeyCreateParameters. withCurve(JsonWebKeyCurveName curve)Set the curve value.KeyCreateParametersKeyCreateParameters. withKeyAttributes(KeyAttributes keyAttributes)Set the keyAttributes value.KeyCreateParametersKeyCreateParameters. withKeyOps(List<JsonWebKeyOperation> keyOps)Set the keyOps value.KeyCreateParametersKeyCreateParameters. withKeySize(Integer keySize)Set the keySize value.KeyCreateParametersKeyCreateParameters. withKty(JsonWebKeyType kty)Set the kty value.KeyCreateParametersKeyCreateParameters. withTags(Map<String,String> tags)Set the tags value.
-