Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.5)

Part Number E13941-05

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.

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.5)

Part Number E13941-05