Uses of Class
com.azure.security.keyvault.keys.models.CreateRsaKeyOptions
Packages that use CreateRsaKeyOptions
Package
Description
Package containing classes for creating
KeyAsyncClient and
KeyClient to perform operations on Azure Key Vault.Package containing classes used for representing keys, deleted keys and their attributes in
Azure Key Vault.
-
Uses of CreateRsaKeyOptions in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys with parameters of type CreateRsaKeyOptionsModifier and TypeMethodDescriptionKeyAsyncClient.createRsaKey(CreateRsaKeyOptions createRsaKeyOptions) /** Creates a newRSA keyand stores it in the key vault.KeyClient.createRsaKey(CreateRsaKeyOptions createRsaKeyOptions) Creates a newRSA keyand stores it in the key vault.Mono<com.azure.core.http.rest.Response<KeyVaultKey>>KeyAsyncClient.createRsaKeyWithResponse(CreateRsaKeyOptions createRsaKeyOptions) Creates a newRSA keyand stores it in the key vault.com.azure.core.http.rest.Response<KeyVaultKey>KeyClient.createRsaKeyWithResponse(CreateRsaKeyOptions createRsaKeyOptions, com.azure.core.util.Context context) Creates a newRSA keyand stores it in the key vault. -
Uses of CreateRsaKeyOptions in com.azure.security.keyvault.keys.models
Methods in com.azure.security.keyvault.keys.models that return CreateRsaKeyOptionsModifier and TypeMethodDescriptionCreateRsaKeyOptions.setEnabled(Boolean enabled) Set a value that indicates if the key is enabled.CreateRsaKeyOptions.setExpiresOn(OffsetDateTime expiresOn) Set theexpiresUTC time.CreateRsaKeyOptions.setExportable(Boolean exportable) Set a flag that indicates if the private key can be exported.CreateRsaKeyOptions.setHardwareProtected(Boolean hardwareProtected) Set whether the key being created is of HSM type or not.CreateRsaKeyOptions.setKeyOperations(KeyOperation... keyOperations) Set the key operations.CreateRsaKeyOptions.setKeySize(Integer keySize) Set the key size in bits.CreateRsaKeyOptions.setNotBefore(OffsetDateTime notBefore) Set thenotBeforeUTC time.CreateRsaKeyOptions.setPublicExponent(Integer publicExponent) Set the public exponent for the key.CreateRsaKeyOptions.setReleasePolicy(KeyReleasePolicy releasePolicy) Set the policy rules under which the key can be exported.Set the tags to be associated with the key.