Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.mlkem
Class MLKEMPublicKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.pqc.crypto.mlkem.MLKEMKeyParameters
              |
              +--org.bouncycastle.pqc.crypto.mlkem.MLKEMPublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class MLKEMPublicKeyParameters
extends MLKEMKeyParameters


Constructor Summary
MLKEMPublicKeyParameters(MLKEMParameters params, byte[] encoding)
           
MLKEMPublicKeyParameters(MLKEMParameters params, byte[] t, byte[] rho)
           
 
Method Summary
 byte[] getEncoded()
           
 byte[] getRho()
           
 byte[] getT()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.mlkem.MLKEMKeyParameters
getParameters
 
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MLKEMPublicKeyParameters

public MLKEMPublicKeyParameters(MLKEMParameters params,
                                byte[] t,
                                byte[] rho)

MLKEMPublicKeyParameters

public MLKEMPublicKeyParameters(MLKEMParameters params,
                                byte[] encoding)
Method Detail

getEncoded

public byte[] getEncoded()

getRho

public byte[] getRho()

getT

public byte[] getT()

Bouncy Castle Cryptography Library 1.79