Interface MLKEMPublicKey

All Superinterfaces:
Key, MLKEMKey, PublicKey, Serializable
All Known Implementing Classes:
BCMLKEMPublicKey

public interface MLKEMPublicKey extends PublicKey, MLKEMKey
  • Method Details

    • getPublicData

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