public class KeyManagerUtils extends Object
| 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.Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.