Uses of Class
com.azure.security.keyvault.keys.models.KeyReleasePolicy
Packages that use KeyReleasePolicy
Package
Description
Package containing the data models for Keys clients.
-
Uses of KeyReleasePolicy in com.azure.security.keyvault.keys.models
Classes in com.azure.security.keyvault.keys.models that implement interfaces with type arguments of type KeyReleasePolicyModifier and TypeClassDescriptionfinal classA model that represents the policy rules under which the key can be exported.Methods in com.azure.security.keyvault.keys.models that return KeyReleasePolicyModifier and TypeMethodDescriptionstatic KeyReleasePolicyKeyReleasePolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aKeyReleasePolicy.CreateKeyOptions.getReleasePolicy()Get the policy rules under which the key can be exported.KeyProperties.getReleasePolicy()Get the policy rules under which the key can be exported.KeyReleasePolicy.setContentType(String contentType) Set the content type and version of key release policy.KeyReleasePolicy.setImmutable(Boolean immutable) Get a value indicating if the policy is immutable.Methods in com.azure.security.keyvault.keys.models with parameters of type KeyReleasePolicyModifier and TypeMethodDescriptionCreateEcKeyOptions.setReleasePolicy(KeyReleasePolicy releasePolicy) Set the policy rules under which the key can be exported.CreateKeyOptions.setReleasePolicy(KeyReleasePolicy releasePolicy) Set the policy rules under which the key can be exported.CreateOctKeyOptions.setReleasePolicy(KeyReleasePolicy releasePolicy) Set the policy rules under which the key can be exported.CreateRsaKeyOptions.setReleasePolicy(KeyReleasePolicy releasePolicy) Set the policy rules under which the key can be exported.KeyProperties.setReleasePolicy(KeyReleasePolicy releasePolicy) Set the policy rules under which the key can be exported.