| java.lang.Object org.rdesktop.server.rdp.RdpLicense
RdpLicense | public class RdpLicense (Code) | | |
Method Summary | |
public byte[] | generate_hwid(String host) | public void | generate_keys(byte[] client_key, byte[] server_key, byte[] client_rsa) | protected byte[] | load_license() | public boolean | parse_authreq(RdpPacket data) | public void | present(byte[] client_random, byte[] rsa_data, byte[] license_data, int license_size, byte[] hwid, byte[] signature) | public void | process(RdpPacket data) | public void | process_authreq(RdpPacket data) | public void | process_demand(RdpPacket data) | public void | process_issue(RdpPacket data) | protected void | save_license(String host, RdpPacket data, int length) | public void | send_authresp(byte[] token, byte[] crypt_hwid, byte[] signature) | public void | send_request(byte[] client_random, byte[] rsa_data, byte[] username, byte[] hostname) |
generate_keys | public void generate_keys(byte[] client_key, byte[] server_key, byte[] client_rsa) throws CryptoException(Code) | | |
load_license | protected byte[] load_license()(Code) | | |
|
|