Skip navigation links
C D E G I R S U V W 

C

com.microsoft.azure.keyvault.core - package com.microsoft.azure.keyvault.core
 

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
 

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 
Skip navigation links

/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/