Class KeyAgreementSecretKey

java.lang.Object
org.drasyl.identity.KeyAgreementSecretKey
All Implemented Interfaces:
Key, SecretKey

public abstract class KeyAgreementSecretKey extends Object implements SecretKey
This class models a curve25519 private key that is used for x25519 key exchange.

This is an immutable object.