Class NHPublicKeyParameters

java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.newhope.NHPublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class NHPublicKeyParameters extends AsymmetricKeyParameter
  • Constructor Details

    • NHPublicKeyParameters

      public NHPublicKeyParameters(byte[] pubData)
  • Method Details

    • getPubData

      public byte[] getPubData()
      Return the public key data.
      Returns:
      the public key values.