Bouncy Castle Cryptography Library 1.81

org.bouncycastle.pqc.crypto.slhdsa
Class SLHDSAPublicKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.slhdsa.SLHDSAKeyParameters
          extended byorg.bouncycastle.pqc.crypto.slhdsa.SLHDSAPublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class SLHDSAPublicKeyParameters
extends SLHDSAKeyParameters


Constructor Summary
SLHDSAPublicKeyParameters(SLHDSAParameters parameters, byte[] pkValues)
           
 
Method Summary
 byte[] getEncoded()
           
 byte[] getRoot()
           
 byte[] getSeed()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.slhdsa.SLHDSAKeyParameters
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

SLHDSAPublicKeyParameters

public SLHDSAPublicKeyParameters(SLHDSAParameters parameters,
                                 byte[] pkValues)
Method Detail

getSeed

public byte[] getSeed()

getRoot

public byte[] getRoot()

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.81