Uses of Class
org.hcjf.io.net.messages.EncryptedMessage
-
Packages that use EncryptedMessage Package Description org.hcjf.io.net.messages -
-
Uses of EncryptedMessage in org.hcjf.io.net.messages
Methods in org.hcjf.io.net.messages that return EncryptedMessage Modifier and Type Method Description protected EncryptedMessageMessagesNode. encrypt(Message message)This method must encrypt the message and create an instance ofEncryptedMessagewrapping the original message.protected EncryptedMessageMessagesServer. encrypt(Message message)This method must encrypt the message and create an instance ofEncryptedMessagewrapping the original message.Methods in org.hcjf.io.net.messages with parameters of type EncryptedMessage Modifier and Type Method Description protected MessageMessagesNode. decrypt(EncryptedMessage encryptedMessage)This method must decrypt the encrypted message and returns the original message decrypted.protected MessageMessagesServer. decrypt(EncryptedMessage encryptedMessage)This method must decrypt the encrypted message and returns the original message decrypted.
-