Uses of Enum
org.drasyl.node.handler.crypto.PFSArmHandler.State
Package
Description
Contains classes necessary for encrypted peer/application communication.
-
Uses of PFSArmHandler.State in org.drasyl.node.handler.crypto
Modifier and TypeMethodDescriptionstatic PFSArmHandler.State
Returns the enum constant of this type with the specified name.static PFSArmHandler.State[]
PFSArmHandler.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionprotected
PFSArmHandler
(Crypto crypto, Identity identity, IdentityPublicKey peerIdentity, Session session, LongSupplier expireProvider, Duration retryInterval, PFSArmHandler.State state)