Interface EdDSAKey

  • All Superinterfaces:
    java.security.Key, java.io.Serializable

    public interface EdDSAKey
    extends java.security.Key
    Base interface for an EdDSA signing/verification key.
    • Field Summary

      • Fields inherited from interface java.security.Key

        serialVersionUID
    • Method Detail

      • getPublicData

        byte[] getPublicData()