org.limewire.security
Class AddressSecurityToken.AddressTokenData
java.lang.Object
org.limewire.security.AddressSecurityToken.AddressTokenData
- All Implemented Interfaces:
- SecurityToken.TokenData
- Direct Known Subclasses:
- DefaultMessageID.DHTTokenData
- Enclosing class:
- AddressSecurityToken
public static class AddressSecurityToken.AddressTokenData
- extends Object
- implements SecurityToken.TokenData
Converts the IP address and port into an encrypted byte[].
|
Field Summary |
protected byte[] |
data
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
data
protected final byte[] data
AddressSecurityToken.AddressTokenData
public AddressSecurityToken.AddressTokenData(SocketAddress address)
AddressSecurityToken.AddressTokenData
public AddressSecurityToken.AddressTokenData(InetAddress addr,
int port)
getData
public byte[] getData()
- Specified by:
getData in interface SecurityToken.TokenData
Copyright © 2009. All Rights Reserved.