Uses of Class
org.drasyl.identity.CompressedKeyPair
Packages that use CompressedKeyPair
-
Uses of CompressedKeyPair in org.drasyl.identity
Methods in org.drasyl.identity that return CompressedKeyPairModifier and TypeMethodDescriptionIdentity.getKeyPair()
static CompressedKeyPair
static CompressedKeyPair
static CompressedKeyPair
CompressedKeyPair.of
(PublicKey publicKey, PrivateKey privateKey) static CompressedKeyPair
CompressedKeyPair.of
(CompressedPublicKey publicKey, CompressedPrivateKey privateKey) Methods in org.drasyl.identity with parameters of type CompressedKeyPairModifier and TypeMethodDescriptionstatic Identity
Identity.of
(ProofOfWork proofOfWork, CompressedKeyPair keyPair)