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

  1. public interface BinarySecurityToken
  2. extends SecurityToken
This interface is responsible for the binary security token, such as <wsse:BinarySecurityToken>.
See Also:
SecurityToken

Field Summary

Modifier and Type Field and Description
  1. static
  2. 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

Modifier and Type Method and Description
  1. 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

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

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