JavaScript is disabled on your browser.
A C D E G I K R S U V W
A
add(IKeyResolver) - Method in class com.microsoft.azure.keyvault.extensions.AggregateKeyResolver
Adds a key resolver to the collection of key resolvers.
AggregateKeyResolver - Class in com.microsoft.azure.keyvault.extensions
The collection of key resolvers that would iterate on a key id to resolve to IKey.
AggregateKeyResolver() - Constructor for class com.microsoft.azure.keyvault.extensions.AggregateKeyResolver
Constructor.
C
CachingKeyResolver - Class in com.microsoft.azure.keyvault.extensions
The key resolver that caches the key after resolving to IKey.
CachingKeyResolver(int, IKeyResolver) - Constructor for class com.microsoft.azure.keyvault.extensions.CachingKeyResolver
Constructor.
close() - Method in class com.microsoft.azure.keyvault.extensions.KeyVaultKey
com.microsoft.azure.keyvault.extensions - package com.microsoft.azure.keyvault.extensions
This package contains the Azure Key Vault Extension classes.
D
decryptAsync(byte[], byte[], byte[], byte[], String) - Method in class com.microsoft.azure.keyvault.extensions.KeyVaultKey
E
encryptAsync(byte[], byte[], byte[], String) - Method in class com.microsoft.azure.keyvault.extensions.KeyVaultKey
G
getDefaultEncryptionAlgorithm() - Method in class com.microsoft.azure.keyvault.extensions.KeyVaultKey
getDefaultKeyWrapAlgorithm() - Method in class com.microsoft.azure.keyvault.extensions.KeyVaultKey
getDefaultSignatureAlgorithm() - Method in class com.microsoft.azure.keyvault.extensions.KeyVaultKey
getKid() - Method in class com.microsoft.azure.keyvault.extensions.KeyVaultKey
I
isNullOrEmpty(String) - Static method in class com.microsoft.azure.keyvault.extensions.Strings
Determines whether the parameter string is either null or empty.
isNullOrWhiteSpace(String) - Static method in class com.microsoft.azure.keyvault.extensions.Strings
Determines whether the parameter string is null, empty or whitespace.
K
KeyVaultKey - Class in com.microsoft.azure.keyvault.extensions
The key vault key that performs cryptography operations.
KeyVaultKey(KeyVaultClient, KeyBundle) - Constructor for class com.microsoft.azure.keyvault.extensions.KeyVaultKey
KeyVaultKeyResolver - Class in com.microsoft.azure.keyvault.extensions
The key resolver class that handles resolving key id to type IKey
to be used for cryptography operations.
KeyVaultKeyResolver(KeyVaultClient) - Constructor for class com.microsoft.azure.keyvault.extensions.KeyVaultKeyResolver
Constructor.
KeyVaultKeyResolver(KeyVaultClient, Provider) - Constructor for class com.microsoft.azure.keyvault.extensions.KeyVaultKeyResolver
Constructor.
R
resolveKeyAsync(String) - Method in class com.microsoft.azure.keyvault.extensions.AggregateKeyResolver
resolveKeyAsync(String) - Method in class com.microsoft.azure.keyvault.extensions.CachingKeyResolver
resolveKeyAsync(String) - Method in class com.microsoft.azure.keyvault.extensions.KeyVaultKeyResolver
S
signAsync(byte[], String) - Method in class com.microsoft.azure.keyvault.extensions.KeyVaultKey
Strings - Class in com.microsoft.azure.keyvault.extensions
String handlers.
Strings() - Constructor for class com.microsoft.azure.keyvault.extensions.Strings
U
unwrapKeyAsync(byte[], String) - Method in class com.microsoft.azure.keyvault.extensions.KeyVaultKey
V
verifyAsync(byte[], byte[], String) - Method in class com.microsoft.azure.keyvault.extensions.KeyVaultKey
W
wrapKeyAsync(byte[], String) - Method in class com.microsoft.azure.keyvault.extensions.KeyVaultKey
A C D E G I K R S U V W
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. */