Uses of Interface
org.drasyl.identity.SecretKey
Package
Description
Classes for crypto-related operations.
Contains classes to manage the
Identity
of the drasyl node.-
Uses of SecretKey in org.drasyl.crypto
Modifier and TypeMethodDescription<P extends PublicKey,
S extends SecretKey>
SessionPairCrypto.generateSessionKeyPair
(KeyPair<P, S> myKeyPair, PublicKey receiverPublicKey) Generates session key pair from themyKeyPair
andreceiverKeyPair
. -
Uses of SecretKey in org.drasyl.identity
Modifier and TypeClassDescriptionclass
This class is a simple holder for a key pair (aIdentityPublicKey
and aIdentitySecretKey
).Modifier and TypeClassDescriptionclass
This class models a ed25519 private key.class
This class models a curve25519 private key that is used for x25519 key exchange.