Uses of Class
org.drasyl.identity.CompressedPrivateKey
Packages that use CompressedPrivateKey
Package
Description
Core API that includes the
DrasylNode
and DrasylConfig
.Contains classes to manage the
Identity
of the drasyl node.-
Uses of CompressedPrivateKey in org.drasyl
Methods in org.drasyl that return CompressedPrivateKeyModifier and TypeMethodDescriptionDrasylConfig.getIdentityPrivateKey()
static CompressedPrivateKey
DrasylConfig.getPrivateKey
(com.typesafe.config.Config config, String path) Gets theCompressedPrivateKey
at the given path.Methods in org.drasyl with parameters of type CompressedPrivateKeyModifier and TypeMethodDescriptionDrasylConfig.Builder.identityPrivateKey
(CompressedPrivateKey identityPrivateKey) -
Uses of CompressedPrivateKey in org.drasyl.identity
Methods in org.drasyl.identity that return CompressedPrivateKeyModifier and TypeMethodDescriptionCompressedKeyPair.getPrivateKey()
Identity.getPrivateKey()
IdentityManager.getPrivateKey()
static CompressedPrivateKey
Converts aString
into aCompressedPrivateKey
.static CompressedPrivateKey
CompressedPrivateKey.of
(PrivateKey key) Converts aPrivateKey
into aCompressedPrivateKey
.Methods in org.drasyl.identity with parameters of type CompressedPrivateKeyModifier and TypeMethodDescriptionstatic CompressedKeyPair
CompressedKeyPair.of
(CompressedPublicKey publicKey, CompressedPrivateKey privateKey) static Identity
Identity.of
(ProofOfWork proofOfWork, CompressedPublicKey publicKey, CompressedPrivateKey privateKey)