public class KeyManagerUtils
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
KeyManagerUtils.SingleNodeExtendedKeyManager
Adapt KeyManager to implement ExtendedKeyManager.
|
Constructor and Description |
---|
KeyManagerUtils() |
Modifier and Type | Method and Description |
---|---|
static ExtendedKeyManager |
getExtendedKeyManager(KeyManager keyManager)
Get an ExtendedKeyManager from the specified KeyManager.
|
public static ExtendedKeyManager getExtendedKeyManager(KeyManager keyManager)
keyManager
- to adapt, if necessarykeyManager
if it implements ExtendedKeyManager
or a basic single-result ExtendedKeyManager that delegates to
keyManager
.