| 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.
|
| com.microsoft.azure.keyvault.cryptography.algorithms |
This package contains cryptographic functions and implementations.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
SignatureEncoding.fromAsn1Der(byte[] asn1DerSignature,
Ecdsa algorithm)
Converts an ASN.1 DER encoded ECDSA signature to a raw signature in the form R|S
|
static byte[] |
SignatureEncoding.toAsn1Der(byte[] signature,
Ecdsa algorithm)
Converts a raw ECDSA signature in the form R|S to an ASN.1 DER encoded signature.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Es256 |
class |
Es256k |
class |
Es384 |
class |
Es512 |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/