Uses of Interface
org.drasyl.crypto.Signable
Packages that use Signable
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 Signable in org.drasyl.crypto
Methods in org.drasyl.crypto with parameters of type SignableModifier and TypeMethodDescriptionstatic voidCrypto.sign(PrivateKey key, Signable signable) Signs the given signable with the PrivateKey.static booleanCrypto.verifySignature(PublicKey publicKey, Signable content) Verify the signature of the given Signable object with the public key. - 
Uses of Signable in org.drasyl.peer.connection.message
Classes in org.drasyl.peer.connection.message that implement SignableModifier and TypeClassDescriptionclassRepresents a container with a signature for theSignedMessage.payload.