| Package | Description |
|---|---|
| com.microsoft.azure.keyvault.cryptography |
This package contains cryptographic functions and implementations
of RSA and symmetric keys that conform with the IKey interface.
|
| Modifier and Type | Method and Description |
|---|---|
static EcKey |
EcKey.fromJsonWebKey(JsonWebKey jwk)
Converts JSON web key to EC key pair, does not include the private key.
|
static EcKey |
EcKey.fromJsonWebKey(JsonWebKey jwk,
boolean includePrivateParameters)
Converts JSON web key to EC key pair and include the private key if set to true.
|
static EcKey |
EcKey.fromJsonWebKey(JsonWebKey jwk,
boolean includePrivateParameters,
Provider provider)
Converts JSON web key to EC key pair and include the private key if set to true.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/