Class KeyManagerUtils

java.lang.Object
org.apache.commons.jxpath.util.KeyManagerUtils

public class KeyManagerUtils extends Object
Utility class.
Since:
JXPath 1.3
  • Constructor Details

    • KeyManagerUtils

      Deprecated.
      Will be private in the next major version.
      Constructs a new instance.
  • Method Details

    • getExtendedKeyManager

      Gets 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.