Uses of Class
com.microsoft.azure.keyvault.models.JsonWebKeyCurveName
-
Packages that use JsonWebKeyCurveName Package Description com.microsoft.azure.keyvault This package contains the classes for KeyVaultClientBase.com.microsoft.azure.keyvault.implementation This package contains the classes for KeyVaultClient.com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase.com.microsoft.azure.keyvault.requests This package contains the classes for KeyVaultClient. -
-
Uses of JsonWebKeyCurveName in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault with parameters of type JsonWebKeyCurveName Modifier and Type Method Description KeyBundle
KeyVaultClientBase. createKey(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, JsonWebKeyCurveName curve)
Creates a new key, stores it, then returns key parameters and attributes to the client.rx.Observable<KeyBundle>
KeyVaultClientBase. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, JsonWebKeyCurveName curve)
Creates a new key, stores it, then returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBase. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, JsonWebKeyCurveName curve, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to the client.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBase. createKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, JsonWebKeyCurveName curve)
Creates a new key, stores it, then returns key parameters and attributes to the client. -
Uses of JsonWebKeyCurveName in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation with parameters of type JsonWebKeyCurveName Modifier and Type Method Description KeyBundle
KeyVaultClientBaseImpl. createKey(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, JsonWebKeyCurveName curve)
Creates a new key, stores it, then returns key parameters and attributes to the client.rx.Observable<KeyBundle>
KeyVaultClientBaseImpl. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, JsonWebKeyCurveName curve)
Creates a new key, stores it, then returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientBaseImpl. createKeyAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, JsonWebKeyCurveName curve, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to the client.rx.Observable<com.microsoft.rest.ServiceResponse<KeyBundle>>
KeyVaultClientBaseImpl. createKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName, JsonWebKeyType kty, Integer keySize, List<JsonWebKeyOperation> keyOps, KeyAttributes keyAttributes, Map<String,String> tags, JsonWebKeyCurveName curve)
Creates a new key, stores it, then returns key parameters and attributes to the client. -
Uses of JsonWebKeyCurveName in com.microsoft.azure.keyvault.models
Fields in com.microsoft.azure.keyvault.models declared as JsonWebKeyCurveName Modifier and Type Field Description static JsonWebKeyCurveName
JsonWebKeyCurveName. P_256
Static value P-256 for JsonWebKeyCurveName.static JsonWebKeyCurveName
JsonWebKeyCurveName. P_256K
Static value P-256K for JsonWebKeyCurveName.static JsonWebKeyCurveName
JsonWebKeyCurveName. P_384
Static value P-384 for JsonWebKeyCurveName.static JsonWebKeyCurveName
JsonWebKeyCurveName. P_521
Static value P-521 for JsonWebKeyCurveName.Methods in com.microsoft.azure.keyvault.models that return JsonWebKeyCurveName Modifier and Type Method Description JsonWebKeyCurveName
KeyCreateParameters. curve()
Get the curve value.JsonWebKeyCurveName
KeyProperties. curve()
Get the curve value.Methods in com.microsoft.azure.keyvault.models with parameters of type JsonWebKeyCurveName Modifier and Type Method Description KeyCreateParameters
KeyCreateParameters. withCurve(JsonWebKeyCurveName curve)
Set the curve value.KeyProperties
KeyProperties. withCurve(JsonWebKeyCurveName curve)
Set the curve value. -
Uses of JsonWebKeyCurveName in com.microsoft.azure.keyvault.requests
Methods in com.microsoft.azure.keyvault.requests that return JsonWebKeyCurveName Modifier and Type Method Description JsonWebKeyCurveName
CreateKeyRequest. curve()
Methods in com.microsoft.azure.keyvault.requests with parameters of type JsonWebKeyCurveName Modifier and Type Method Description CreateKeyRequest.Builder
CreateKeyRequest.Builder. withCurve(JsonWebKeyCurveName curve)
Set the curve value.
-