BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.xml.crypto.wss.provider
Interface SecurityToken

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

public interface SecurityToken
extends weblogic.xml.dom.marshal.WLDOMStructure, weblogic.xml.crypto.api.XMLStructure

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 Object getCredential()
           
 String getId()
           
 PrivateKey getPrivateKey()
           
 PublicKey getPublicKey()
           
 Key getSecretKey()
           
 String getValueType()
           
 void setId(String id)
           
 
Methods inherited from interface weblogic.xml.dom.marshal.WLDOMStructure
marshal, unmarshal
 
Methods inherited from interface weblogic.xml.crypto.api.XMLStructure
isFeatureSupported
 

Method Detail

getCredential

public Object getCredential()

getId

public String getId()

getPrivateKey

public PrivateKey getPrivateKey()

getPublicKey

public PublicKey getPublicKey()

getSecretKey

public Key getSecretKey()

getValueType

public String getValueType()

setId

public void setId(String id)

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