Uses of Class
org.drasyl.identity.CompressedKeyPair
-
Packages that use CompressedKeyPair Package Description org.drasyl.identity Contains classes to manage theIdentity
of the drasyl node. -
-
Uses of CompressedKeyPair in org.drasyl.identity
Methods in org.drasyl.identity that return CompressedKeyPair Modifier and Type Method Description CompressedKeyPair
Identity. getKeyPair()
static CompressedKeyPair
CompressedKeyPair. of(byte[] publicKey, byte[] privateKey)
static CompressedKeyPair
CompressedKeyPair. of(String publicKey, String privateKey)
static CompressedKeyPair
CompressedKeyPair. of(CompressedPublicKey publicKey, CompressedPrivateKey privateKey)
Methods in org.drasyl.identity with parameters of type CompressedKeyPair Modifier and Type Method Description static Identity
Identity. of(ProofOfWork proofOfWork, CompressedKeyPair keyPair)
-