org.globus.ogsa.impl.security.authentication.wssec
Class PKIPathSecurityToken

java.lang.Object
  extended byorg.globus.ogsa.impl.security.authentication.wssec.BinarySecurityToken
      extended byorg.globus.ogsa.impl.security.authentication.wssec.PKIPathSecurityToken

public class PKIPathSecurityToken
extends BinarySecurityToken


Field Summary
static javax.xml.namespace.QName TYPE
           
 
Fields inherited from class org.globus.ogsa.impl.security.authentication.wssec.BinarySecurityToken
BASE64_ENCODING, element, TOKEN, XMLUtil
 
Constructor Summary
PKIPathSecurityToken(org.w3c.dom.Document doc)
           
PKIPathSecurityToken(org.w3c.dom.Element elem)
           
 
Method Summary
 java.security.cert.X509Certificate[] getX509Certificates(boolean reverse)
           
 void setX509Certificates(java.security.cert.X509Certificate[] certs, boolean reverse)
           
 
Methods inherited from class org.globus.ogsa.impl.security.authentication.wssec.BinarySecurityToken
getElement, getEncodingType, getFirstNode, getID, getToken, getValueType, setEncodingType, setID, setToken, setValueType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final javax.xml.namespace.QName TYPE
Constructor Detail

PKIPathSecurityToken

public PKIPathSecurityToken(org.w3c.dom.Element elem)
                     throws WSSecurityException

PKIPathSecurityToken

public PKIPathSecurityToken(org.w3c.dom.Document doc)
Method Detail

getX509Certificates

public java.security.cert.X509Certificate[] getX509Certificates(boolean reverse)
                                                         throws java.security.GeneralSecurityException,
                                                                java.io.IOException
Throws:
java.security.GeneralSecurityException
java.io.IOException

setX509Certificates

public void setX509Certificates(java.security.cert.X509Certificate[] certs,
                                boolean reverse)
                         throws java.security.cert.CertificateEncodingException,
                                java.io.IOException
Throws:
java.security.cert.CertificateEncodingException
java.io.IOException


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.