org.apache.ws.security.processor
Class X509Util
java.lang.Object
org.apache.ws.security.processor.X509Util
public class X509Util
- extends Object
Method Summary |
static String |
getEncAlgo(org.w3c.dom.Node encBodyData)
|
protected static javax.crypto.SecretKey |
getSharedKey(org.w3c.dom.Element keyInfoElem,
String algorithm,
javax.security.auth.callback.CallbackHandler cb)
|
static boolean |
isContent(org.w3c.dom.Node encBodyData)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
X509Util
public X509Util()
isContent
public static boolean isContent(org.w3c.dom.Node encBodyData)
getEncAlgo
public static String getEncAlgo(org.w3c.dom.Node encBodyData)
throws WSSecurityException
- Throws:
WSSecurityException
getSharedKey
protected static javax.crypto.SecretKey getSharedKey(org.w3c.dom.Element keyInfoElem,
String algorithm,
javax.security.auth.callback.CallbackHandler cb)
throws WSSecurityException
- Throws:
WSSecurityException
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.