Interface EdDSAKey

All Superinterfaces:
Key, Serializable
All Known Subinterfaces:
EdDSAPrivateKey, EdDSAPublicKey

public interface EdDSAKey extends Key
Base interface for an EdDSA signing/verification key.
  • Method Details

    • getPublicData

      byte[] getPublicData()