Interface SLHDSAPublicKey

  • All Superinterfaces:
    java.security.Key, java.security.PublicKey, java.io.Serializable, SLHDSAKey
    All Known Implementing Classes:
    BCSLHDSAPublicKey

    public interface SLHDSAPublicKey
    extends java.security.PublicKey, SLHDSAKey
    • Field Summary

      • Fields inherited from interface java.security.Key

        serialVersionUID
      • Fields inherited from interface java.security.PublicKey

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      byte[] getPublicData()
      Return the raw encoded data representing the public key: seed || root.
      • Methods inherited from interface java.security.Key

        getAlgorithm, getEncoded, getFormat
    • Method Detail

      • getPublicData

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