Bouncy Castle Cryptography Library 1.84

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

Deprecated. use org.bouncycastle.crypto.params.SLHDSAPublicKeyParameters

public class SLHDSAPublicKeyParameters
extends SLHDSAKeyParameters


Constructor Summary
SLHDSAPublicKeyParameters(SLHDSAParameters parameters, byte[] pkValues)
          Deprecated.  
 
Method Summary
 byte[] getEncoded()
          Deprecated.  
 byte[] getRoot()
          Deprecated.  
 byte[] getSeed()
          Deprecated.  
 
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)
Deprecated. 
Method Detail

getSeed

public byte[] getSeed()
Deprecated. 

getRoot

public byte[] getRoot()
Deprecated. 

getEncoded

public byte[] getEncoded()
Deprecated. 

Bouncy Castle Cryptography Library 1.84