BEA Systems, Inc.

weblogic.xml.crypto.wss.api
Interface BinarySecurityToken

All Superinterfaces:
SecurityToken, weblogic.xml.dom.marshal.WLDOMStructure, weblogic.xml.crypto.api.XMLStructure

public interface BinarySecurityToken
extends SecurityToken


Method Summary
 X509Certificate getCertificate()
          Returns the X509Certificate of this BinarySecurityToken.
 
Methods inherited from interface weblogic.xml.crypto.wss.provider.SecurityToken
getId, getValueType
 
Methods inherited from interface weblogic.xml.dom.marshal.WLDOMStructure
marshal, unmarshal
 
Methods inherited from interface weblogic.xml.crypto.api.XMLStructure
isFeatureSupported
 

Method Detail

getCertificate

X509Certificate getCertificate()
Returns the X509Certificate of this BinarySecurityToken. If type is a certificate path type, this returns the end certificate.

Returns:
The X509Certificate.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.