org.apache.commons.jxpath.util
Class KeyManagerUtils
java.lang.Object
org.apache.commons.jxpath.util.KeyManagerUtils
public class KeyManagerUtils
- extends Object
Utility class.
- Since:
- JXPath 1.3
- Version:
- $Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
- Author:
- Matt Benson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyManagerUtils
public KeyManagerUtils()
getExtendedKeyManager
public static ExtendedKeyManager getExtendedKeyManager(KeyManager keyManager)
- Get an ExtendedKeyManager from the specified KeyManager.
- Parameters:
keyManager
- to adapt, if necessary
- Returns:
keyManager
if it implements ExtendedKeyManager
or a basic single-result ExtendedKeyManager that delegates to
keyManager
.
Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.