com.sun.xml.ws.security.opt.api.keyinfo
Interface BinarySecurityToken
- All Superinterfaces:
- Token
- All Known Subinterfaces:
- KerberosBinarySecurityToken, X509BinarySecurityToken
- All Known Implementing Classes:
- BinarySecurityToken, KerberosBinarySecurityToken, X509BinarySecurityToken
public interface BinarySecurityToken
- extends Token
Represents binary-formatted security tokens
- Author:
- K.Venugopal@sun.com
| Methods inherited from interface com.sun.xml.ws.security.opt.api.keyinfo.Token |
getId |
getValueType
java.lang.String getValueType()
getEncodingType
java.lang.String getEncodingType()
getTokenValue
byte[] getTokenValue()
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.