IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.wssecurity.wssapi.token
Interface BinarySecurityToken

All Superinterfaces:
SecurityToken
All Known Subinterfaces:
KRB5_APREQ1510Token, KRB5_APREQ4120Token, KRB5_APREQToken, KRB5_GSSAPREQ1510Token, KRB5_GSSAPREQ4120Token, KRB5_GSSAPREQToken, KRBToken, X509PKCS7Token, X509PKIPathToken, X509Token

public interface BinarySecurityToken
extends SecurityToken

This interface is responsible for the binary security token, such as <wsse:BinarySecurityToken>.

See Also:
SecurityToken

Field Summary
static javax.xml.namespace.QName TokenQname
          Represents the QName of this class, <wsc:BinarySecurityToken>.
 
Fields inherited from interface com.ibm.websphere.wssecurity.wssapi.token.SecurityToken
DECRYPTING_KEY, ENCRYPTING_KEY, REF_EMBEDDED, REF_KEYID, REF_STR, REF_THUMBPRINT, SIGNING_KEY, ValueType, VERIFING_KEY
 
Method Summary
 byte[] getBinary()
          Returns the array of bytes of token.
 
Methods inherited from interface com.ibm.websphere.wssecurity.wssapi.token.SecurityToken
getId, getKey, getKeyIdentifier, getKeyIdentifierEncodingType, getKeyIdentifierValueType, getKeyName, getPrincipal, getReferenceURI, getThumbprint, getThumbprintEncodingType, getThumbprintValueType, getTokenQname, getValueType, getXML
 

Field Detail

TokenQname

static final javax.xml.namespace.QName TokenQname
Represents the QName of this class, <wsc:BinarySecurityToken>.
NamespaceURI: "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuritysecext-1.0.xsd"
LocalPart: "BinarySecurityToken"

Method Detail

getBinary

byte[] getBinary()
Returns the array of bytes of token.

Returns:
the array of bytes of token

IBM WebSphere Application ServerTM
Release 7