Interface MLKEMPublicKey

  • All Superinterfaces:
    java.security.Key, MLKEMKey, java.security.PublicKey, java.io.Serializable
    All Known Implementing Classes:
    BCMLKEMPublicKey

    public interface MLKEMPublicKey
    extends java.security.PublicKey, MLKEMKey
    • 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: t || rho.
      • Methods inherited from interface java.security.Key

        getAlgorithm, getEncoded, getFormat
    • Method Detail

      • getPublicData

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