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 CompressedPrivateKeyDrasylConfig.getPrivateKey(com.typesafe.config.Config config, String path) Gets theCompressedPrivateKeyat 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 CompressedPrivateKeyConverts aStringinto aCompressedPrivateKey.static CompressedPrivateKeyCompressedPrivateKey.of(PrivateKey key) Converts aPrivateKeyinto aCompressedPrivateKey.Methods in org.drasyl.identity with parameters of type CompressedPrivateKeyModifier and TypeMethodDescriptionstatic CompressedKeyPairCompressedKeyPair.of(CompressedPublicKey publicKey, CompressedPrivateKey privateKey) static IdentityIdentity.of(ProofOfWork proofOfWork, CompressedPublicKey publicKey, CompressedPrivateKey privateKey)