Uses of Class
com.microsoft.azure.keyvault.requests.CreateKeyRequest.Builder
-
Packages that use CreateKeyRequest.Builder Package Description com.microsoft.azure.keyvault.requests This package contains the classes for KeyVaultClient. -
-
Uses of CreateKeyRequest.Builder in com.microsoft.azure.keyvault.requests
Methods in com.microsoft.azure.keyvault.requests that return CreateKeyRequest.Builder Modifier and Type Method Description CreateKeyRequest.Builder
CreateKeyRequest.Builder. withAttributes(Attributes attributes)
Set the key attributes value.CreateKeyRequest.Builder
CreateKeyRequest.Builder. withCurve(JsonWebKeyCurveName curve)
Set the curve value.CreateKeyRequest.Builder
CreateKeyRequest.Builder. withKeyOperations(List<JsonWebKeyOperation> keyOperations)
Set the key operations value.CreateKeyRequest.Builder
CreateKeyRequest.Builder. withKeySize(Integer size)
Set the key size value.CreateKeyRequest.Builder
CreateKeyRequest.Builder. withTags(Map<String,String> tags)
Set the tags value.
-