org.apache.ws.security.processor
Class X509Util

java.lang.Object
  extended by org.apache.ws.security.processor.X509Util

public final class X509Util
extends Object


Method Summary
static String getEncAlgo(Node encBodyData)
           
protected static SecretKey getSharedKey(Element keyInfoElem, String algorithm, CallbackHandler cb)
           
static boolean isContent(Node encBodyData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isContent

public static boolean isContent(Node encBodyData)

getEncAlgo

public static String getEncAlgo(Node encBodyData)
                         throws WSSecurityException
Throws:
WSSecurityException

getSharedKey

protected static SecretKey getSharedKey(Element keyInfoElem,
                                        String algorithm,
                                        CallbackHandler cb)
                                 throws WSSecurityException
Throws:
WSSecurityException


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.