Interface FrodoKEMPublicKey

All Superinterfaces:
AsymmetricKey, DEREncodablePREVIEW, FrodoKEMKey, Key, PublicKey, Serializable
All Known Implementing Classes:
BCFrodoKEMPublicKey

public interface FrodoKEMPublicKey extends PublicKey, FrodoKEMKey
  • Method Details

    • getPublicData

      byte[] getPublicData()
      Return the raw encoded data representing the public key (seedA || b).
      Returns:
      the raw public key data.