Interface SLHDSAPublicKey

All Superinterfaces:
Key, PublicKey, Serializable, SLHDSAKey
All Known Implementing Classes:
BCSLHDSAPublicKey

public interface SLHDSAPublicKey extends PublicKey, SLHDSAKey
  • Method Details

    • getPublicData

      byte[] getPublicData()
      Return the raw encoded data representing the public key: seed || root.
      Returns:
      the concatenation of the seed and root values.