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
Fields Modifier and Type Field and Description static javax.xml.namespace.QNameTokenQnameRepresents 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
Methods Modifier and Type Method and Description 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
-
-