Class CompressedKeyPair

java.lang.Object
org.drasyl.identity.CompressedKeyPair

public class CompressedKeyPair extends Object
This class is a simple holder for a compressed key pair (a CompressedPublicKey and a CompressedPrivateKey). It does not enforce any security, and, when initialized, should be treated like a CompressedPrivateKey.

This is an immutable object.