Uses of Class
com.azure.security.keyvault.keys.models.CreateOctKeyOptions
-
Packages that use CreateOctKeyOptions Package Description com.azure.security.keyvault.keys Package containing classes for creatingKeyAsyncClientandKeyClientto perform operations on Azure Key Vault.com.azure.security.keyvault.keys.models Package containing classes used for representing keys, deleted keys and their attributes in Azure Key Vault. -
-
Uses of CreateOctKeyOptions in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys with parameters of type CreateOctKeyOptions Modifier and Type Method Description Mono<KeyVaultKey>KeyAsyncClient. createOctKey(CreateOctKeyOptions createOctKeyOptions)Creates and stores a newsymmetric keyin the key vault.KeyVaultKeyKeyClient. 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 CreateOctKeyOptions Modifier and Type Method Description CreateOctKeyOptionsCreateOctKeyOptions. setEnabled(Boolean enabled)Set a value that indicates if the key is enabled.CreateOctKeyOptionsCreateOctKeyOptions. setExpiresOn(OffsetDateTime expiresOn)Set theexpiresUTC time.CreateOctKeyOptionsCreateOctKeyOptions. setHardwareProtected(Boolean hardwareProtected)Set whether the key being created is of HSM type or not.CreateOctKeyOptionsCreateOctKeyOptions. setKeyOperations(KeyOperation... keyOperations)Set the key operations.CreateOctKeyOptionsCreateOctKeyOptions. setKeySize(Integer keySize)Sets the key size in bits, such as 128, 192, or 256.CreateOctKeyOptionsCreateOctKeyOptions. setNotBefore(OffsetDateTime notBefore)Set thenotBeforeUTC time.CreateOctKeyOptionsCreateOctKeyOptions. setTags(Map<String,String> tags)Set the tags to be associated with the key.
-