C D E G I R S U V W 
All Classes All Packages

C

com.microsoft.azure.keyvault.core - package com.microsoft.azure.keyvault.core
This package contains the interface for IKey and IKeyResolver.

D

decryptAsync(byte[], byte[], byte[], byte[], String) - Method in interface com.microsoft.azure.keyvault.core.IKey
Decrypts the specified cipher text.

E

encryptAsync(byte[], byte[], byte[], String) - Method in interface com.microsoft.azure.keyvault.core.IKey
Encrypts the specified plain text.

G

getDefaultEncryptionAlgorithm() - Method in interface com.microsoft.azure.keyvault.core.IKey
The default encryption algorithm for this key, using the representations from Json Web Key Algorithms, RFC7513.
getDefaultKeyWrapAlgorithm() - Method in interface com.microsoft.azure.keyvault.core.IKey
The default key wrap algorithm for this key, using the representations from Json Web Key Algorithms, RFC7513.
getDefaultSignatureAlgorithm() - Method in interface com.microsoft.azure.keyvault.core.IKey
The default signature algorithm for this key, using the representations from Json Web Key Algorithms, RFC7513.
getKid() - Method in interface com.microsoft.azure.keyvault.core.IKey
The unique key identifier for this key.

I

IKey - Interface in com.microsoft.azure.keyvault.core
Interface for representing cryptographic keys with the Microsoft Azure Key Vault libraries.
IKeyResolver - Interface in com.microsoft.azure.keyvault.core
Interface for representing key resolving operations with the Microsoft Azure Key Vault libraries.

R

resolveKeyAsync(String) - Method in interface com.microsoft.azure.keyvault.core.IKeyResolver
Retrieves an IKey implementation for the specified key identifier.

S

signAsync(byte[], String) - Method in interface com.microsoft.azure.keyvault.core.IKey
Signs the specified digest using the specified algorithm, or the keys DefaultSignatureAlgorithm if no algorithm is specified.

U

unwrapKeyAsync(byte[], String) - Method in interface com.microsoft.azure.keyvault.core.IKey
Unwraps (decrypts) the specified encryped key material.

V

verifyAsync(byte[], byte[], String) - Method in interface com.microsoft.azure.keyvault.core.IKey
Verifies the supplied signature value using the supplied digest and algorithm.

W

wrapKeyAsync(byte[], String) - Method in interface com.microsoft.azure.keyvault.core.IKey
Wraps (encrypts) the specified symmetric key material using the specified algorithm, or the keys DefaultKeyWrapAlgorithm if none is specified.
C D E G I R S U V W 
All Classes All Packages