Uses of Class
org.drasyl.crypto.Signature
Packages that use Signature
Package
Description
Classes for crypto-related operations.
Contains all message types that drasyl uses to configure the overlay network and transfer
application messages.
-
Uses of Signature in org.drasyl.crypto
Methods in org.drasyl.crypto that return SignatureModifier and TypeMethodDescriptionSignable.getSignature()
Returns the signature this signable object was signed with.Methods in org.drasyl.crypto with parameters of type SignatureModifier and TypeMethodDescriptionvoid
Signable.setSignature
(Signature signature) Signs the object with the specified signature. -
Uses of Signature in org.drasyl.peer.connection.message
Methods in org.drasyl.peer.connection.message that return SignatureMethods in org.drasyl.peer.connection.message with parameters of type Signature