Uses of Class
org.drasyl.node.handler.crypto.Session
Packages that use Session
Package
Description
Contains classes necessary for encrypted peer/application communication.
-
Uses of Session in org.drasyl.node.handler.crypto
Fields in org.drasyl.node.handler.crypto declared as SessionConstructors in org.drasyl.node.handler.crypto with parameters of type SessionModifierConstructorDescriptionprotected
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)