Uses of Class
com.azure.security.keyvault.keys.models.KeyProperties
-
Packages that use KeyProperties 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 KeyProperties in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys that return types with arguments of type KeyProperties Modifier and Type Method Description com.azure.core.http.rest.PagedFlux<KeyProperties>KeyAsyncClient. listPropertiesOfKeys()Listkeysin the key vault.com.azure.core.http.rest.PagedIterable<KeyProperties>KeyClient. listPropertiesOfKeys()Listkeysin the key vault.com.azure.core.http.rest.PagedIterable<KeyProperties>KeyClient. listPropertiesOfKeys(com.azure.core.util.Context context)Listkeysin the key vault.com.azure.core.http.rest.PagedFlux<KeyProperties>KeyAsyncClient. listPropertiesOfKeyVersions(String name)List all versions of the specifiedkeys.com.azure.core.http.rest.PagedIterable<KeyProperties>KeyClient. listPropertiesOfKeyVersions(String name)List all versions of the specifiedkeys.com.azure.core.http.rest.PagedIterable<KeyProperties>KeyClient. listPropertiesOfKeyVersions(String name, com.azure.core.util.Context context)List all versions of the specifiedkeys.Methods in com.azure.security.keyvault.keys with parameters of type KeyProperties Modifier and Type Method Description Mono<KeyVaultKey>KeyAsyncClient. updateKeyProperties(KeyProperties keyProperties, KeyOperation... keyOperations)Updates theattributesandkey operationsassociated with the specifiedkey, but not the cryptographic key material of the specifiedkeyin the key vault.KeyVaultKeyKeyClient. updateKeyProperties(KeyProperties keyProperties, KeyOperation... keyOperations)Updates theattributesandkey operationsassociated with the specifiedkey, but not the cryptographic key material of the specifiedkeyin the key vault.Mono<com.azure.core.http.rest.Response<KeyVaultKey>>KeyAsyncClient. updateKeyPropertiesWithResponse(KeyProperties keyProperties, KeyOperation... keyOperations)Updates theattributesandkey operationsassociated with the specifiedkey, but not the cryptographic key material of the specifiedkeyin the key vault.com.azure.core.http.rest.Response<KeyVaultKey>KeyClient. updateKeyPropertiesWithResponse(KeyProperties keyProperties, com.azure.core.util.Context context, KeyOperation... keyOperations)Updates theattributesandkey operationsassociated with the specifiedkey, but not the cryptographic key material of the specifiedkeyin the key vault. -
Uses of KeyProperties in com.azure.security.keyvault.keys.models
Subclasses of KeyProperties in com.azure.security.keyvault.keys.models Modifier and Type Class Description classImportKeyOptionsRepresents the configurable options to import a key.Methods in com.azure.security.keyvault.keys.models that return KeyProperties Modifier and Type Method Description KeyPropertiesKeyVaultKey. getProperties()Get the key properties.KeyPropertiesKeyProperties. setEnabled(Boolean enabled)Set a value that indicates if the key is enabled.KeyPropertiesKeyProperties. setExpiresOn(OffsetDateTime expiresOn)Set thekey expiration timein UTC.KeyPropertiesKeyProperties. setNotBefore(OffsetDateTime notBefore)Set thekey's notBefore timein UTC.KeyPropertiesKeyProperties. setTags(Map<String,String> tags)Set the tags to be associated with the key.
-