public interface IKeyResolver
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<IKey> |
resolveKeyAsync(String kid)
Retrieves an IKey implementation for the specified key identifier.
|
com.google.common.util.concurrent.ListenableFuture<IKey> resolveKeyAsync(String kid)
kid - The key identifier to resolve./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/