Uses of Class
net.ME1312.SubData.Client.DataClient
Packages that use DataClient
-
Uses of DataClient in net.ME1312.SubData.Client
Subclasses of DataClient in net.ME1312.SubData.ClientMethods in net.ME1312.SubData.Client that return DataClientModifier and TypeMethodDescriptionDataClient.getConnection()Deprecated.The Client connection to the Server is thisDataSender.getConnection()Get the Client that connects this Sender to usabstract DataClientDataClient.newChannel()Open an Async Data SubChannelSubDataClient.newChannel()Deprecated.Methods in net.ME1312.SubData.Client with parameters of type DataClientModifier and TypeMethodDescriptionvoidCipher.decrypt(DataClient client, InputStream in, OutputStream out) Decrypt DatavoidCipher.encrypt(DataClient client, InputStream in, OutputStream out) Encrypt Datadefault voidCipher.retire(DataClient client) Retire this encryption method for a specified Client -
Uses of DataClient in net.ME1312.SubData.Client.Encryption
Methods in net.ME1312.SubData.Client.Encryption with parameters of type DataClientModifier and TypeMethodDescriptionvoidAES.decrypt(DataClient client, InputStream in, OutputStream out) voidDHE.decrypt(DataClient client, InputStream in, OutputStream out) voidNEH.decrypt(DataClient client, InputStream in, OutputStream out) voidRSA.decrypt(DataClient client, InputStream in, OutputStream out) voidAES.encrypt(DataClient client, InputStream in, OutputStream out) voidDHE.encrypt(DataClient client, InputStream in, OutputStream out) voidNEH.encrypt(DataClient client, InputStream in, OutputStream out) voidRSA.encrypt(DataClient client, InputStream in, OutputStream out) voidDHE.retire(DataClient client)