com.ibm.websphere.wssecurity.wssapi.token
Interface BinarySecurityToken
All Superinterfaces:
All known subinterfaces:
KRB5_APREQ1510Token, KRB5_APREQ4120Token, KRB5_APREQToken, KRB5_GSSAPREQ1510Token, KRB5_GSSAPREQ4120Token, KRB5_GSSAPREQToken, KRBToken, X509PKCS7Token, X509PKIPathToken, X509Token
- public interface BinarySecurityToken
- extends SecurityToken
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
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 |
---|---|
|
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