Uses of Interface
org.drasyl.identity.SecretKey
Packages that use 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
Methods in org.drasyl.crypto with type parameters of type SecretKeyModifier 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
Classes in org.drasyl.identity with type parameters of type SecretKeyModifier and TypeClassDescriptionclass
This class is a simple holder for a key pair (aIdentityPublicKey
and aIdentitySecretKey
).Classes in org.drasyl.identity that implement SecretKeyModifier and TypeClassDescriptionclass
This class models a ed25519 private key.class
This class models a curve25519 private key that is used for x25519 key exchange.Methods in org.drasyl.identity with type parameters of type SecretKey