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

Method Summary
 String getEncodingType()
           
 byte[] getTokenValue()
           
 String getValueType()
           
 
Methods inherited from interface com.sun.xml.ws.security.opt.api.keyinfo.Token
getId
 

Method Detail

getValueType

String getValueType()

getEncodingType

String getEncodingType()

getTokenValue

byte[] getTokenValue()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.