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
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.

Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.