Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.mldsa
Class MLDSAPublicKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.pqc.crypto.mldsa.MLDSAKeyParameters
              |
              +--org.bouncycastle.pqc.crypto.mldsa.MLDSAPublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class MLDSAPublicKeyParameters
extends MLDSAKeyParameters


Constructor Summary
MLDSAPublicKeyParameters(MLDSAParameters params, byte[] encoding)
           
MLDSAPublicKeyParameters(MLDSAParameters params, byte[] rho, byte[] t1)
           
 
Method Summary
 byte[] getEncoded()
           
 byte[] getRho()
           
 byte[] getT1()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.mldsa.MLDSAKeyParameters
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

MLDSAPublicKeyParameters

public MLDSAPublicKeyParameters(MLDSAParameters params,
                                byte[] encoding)

MLDSAPublicKeyParameters

public MLDSAPublicKeyParameters(MLDSAParameters params,
                                byte[] rho,
                                byte[] t1)
Method Detail

getEncoded

public byte[] getEncoded()

getRho

public byte[] getRho()

getT1

public byte[] getT1()

Bouncy Castle Cryptography Library 1.79