com.sun.identity.liberty.ws.security
Class SecurityUtils

java.lang.Object
  |
  +--com.sun.identity.liberty.ws.security.SecurityUtils

public synchronized class SecurityUtils
extends java.lang.Object


Constructor Summary
SecurityUtils()
           
 
Method Summary
static java.security.cert.Certificate getCertificate(BinarySecurityToken)
           
static java.security.cert.Certificate getCertificate(SecurityAssertion)
           
static org.w3c.dom.Element signMessage(Message)
           
static boolean verifyMessage(Message)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityUtils

public SecurityUtils()
Method Detail

signMessage

public static org.w3c.dom.Element signMessage(Message)

verifyMessage

public static boolean verifyMessage(Message)

getCertificate

public static java.security.cert.Certificate getCertificate(BinarySecurityToken)

getCertificate

public static java.security.cert.Certificate getCertificate(SecurityAssertion)


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.