Class KeyAgreementPublicKey

java.lang.Object
org.drasyl.identity.KeyAgreementPublicKey
All Implemented Interfaces:
Key, PublicKey

public abstract class KeyAgreementPublicKey extends Object implements PublicKey
This class models a curve25519 public key that is used for x25519 key exchange.

This is an immutable object.