| Package | Description |
|---|---|
| com.microsoft.azure.keyvault.cryptography.algorithms |
This package contains cryptographic functions and implementations.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ISignatureTransform |
RsaSignature.createSignatureTransform(KeyPair keyPair) |
ISignatureTransform |
Rs256.createSignatureTransform(KeyPair keyPair) |
ISignatureTransform |
Ecdsa.createSignatureTransform(KeyPair key,
Provider provider) |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/