Uses of Class
org.drasyl.node.handler.crypto.Session
Package
Description
Contains classes necessary for encrypted peer/application communication.
-
Uses of Session in org.drasyl.node.handler.crypto
ModifierConstructorDescriptionprotected
AbstractArmHandler
(Crypto crypto, IdentityPublicKey peerIdentity, Session session) protected
LongTimeArmHandler
(Crypto crypto, IdentityPublicKey peerIdentity, Session session) protected
PFSArmHandler
(Crypto crypto, Identity identity, IdentityPublicKey peerIdentity, Session session, LongSupplier expireProvider, Duration retryInterval, PFSArmHandler.State state)