Uses of Class
com.azure.security.keyvault.keys.models.CreateOctKeyOptions
Packages that use CreateOctKeyOptions
Package
Description
Package containing the data models for Keys clients.
-
Uses of CreateOctKeyOptions in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys with parameters of type CreateOctKeyOptionsModifier and TypeMethodDescriptionKeyAsyncClient.createOctKey(CreateOctKeyOptions createOctKeyOptions) Creates and stores a newsymmetric keyin the key vault.KeyClient.createOctKey(CreateOctKeyOptions createOctKeyOptions) Creates and stores a newsymmetric keyin the key vault.Mono<com.azure.core.http.rest.Response<KeyVaultKey>> KeyAsyncClient.createOctKeyWithResponse(CreateOctKeyOptions createOctKeyOptions) Creates and stores a newsymmetric keyin the key vault.com.azure.core.http.rest.Response<KeyVaultKey> KeyClient.createOctKeyWithResponse(CreateOctKeyOptions createOctKeyOptions, com.azure.core.util.Context context) Creates and stores a newsymmetric keyin the key vault. -
Uses of CreateOctKeyOptions in com.azure.security.keyvault.keys.models
Methods in com.azure.security.keyvault.keys.models that return CreateOctKeyOptionsModifier and TypeMethodDescriptionCreateOctKeyOptions.setEnabled(Boolean enabled) Set a value that indicates if the key is enabled.CreateOctKeyOptions.setExpiresOn(OffsetDateTime expiresOn) Set theexpiresUTC time.CreateOctKeyOptions.setExportable(Boolean exportable) Set a flag that indicates if the private key can be exported.CreateOctKeyOptions.setHardwareProtected(Boolean hardwareProtected) Set whether the key being created is of HSM type or not.CreateOctKeyOptions.setKeyOperations(KeyOperation... keyOperations) Set the key operations.CreateOctKeyOptions.setKeySize(Integer keySize) Sets the key size in bits, such as 128, 192, or 256.CreateOctKeyOptions.setNotBefore(OffsetDateTime notBefore) Set thenotBeforeUTC time.CreateOctKeyOptions.setReleasePolicy(KeyReleasePolicy releasePolicy) Set the policy rules under which the key can be exported.Set the tags to be associated with the key.