Interface MLDSAPublicKey

All Superinterfaces:
Key, MLDSAKey, PublicKey, Serializable
All Known Implementing Classes:
BCMLDSAPublicKey

public interface MLDSAPublicKey extends PublicKey, MLDSAKey
  • Method Details

    • getPublicData

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