Oracle

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
getCredential, getId, getPrivateKey, getPublicKey, getSecretKey, getValueType, setId
 
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://edocs.bea.com/wls/docs103
Copyright 2008 Oracle