| 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 RsaKey |
RsaKey.fromJsonWebKey(JsonWebKey jwk)
Converts JSON web key to RsaKey.
|
static RsaKey |
RsaKey.fromJsonWebKey(JsonWebKey jwk,
boolean includePrivateParameters)
Converts JSON web key to RsaKey and include the private key if set to true.
|
static RsaKey |
RsaKey.fromJsonWebKey(JsonWebKey jwk,
boolean includePrivateParameters,
Provider provider)
Converts JSON web key to RsaKey and include the private key if set to true.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.