Uses of Package
org.drasyl.handler.remote.protocol
Packages that use org.drasyl.handler.remote.protocol
Package
Description
Classes for crypto-related operations.
Contains classes necessary for encrypted peer/application communication.
Serialization of java objects to byte arrays and vice versa.
-
Classes in org.drasyl.handler.remote.protocol used by org.drasyl.cryptoClassDescriptionA
RemoteMessage
is uniquely identified by itsNonce.NONCE_LENGTH
bytes long nonce. -
Classes in org.drasyl.handler.remote.protocol used by org.drasyl.handler.remote.protocolClassDescriptionA
RemoteMessage
is uniquely identified by itsNonce.NONCE_LENGTH
bytes long nonce. -
-
Classes in org.drasyl.handler.remote.protocol used by org.drasyl.node.handler.cryptoClassDescriptionThis exception is thrown when reading a
RemoteMessage
fails due to an invalid format.ARemoteMessage
is uniquely identified by itsNonce.NONCE_LENGTH
bytes long nonce. -
Classes in org.drasyl.handler.remote.protocol used by org.drasyl.node.handler.serializationClassDescriptionThis exception is thrown when reading a
RemoteMessage
fails due to an invalid format.