Bouncy Castle Cryptography Library 1.81

org.bouncycastle.pqc.crypto.snova
Class SnovaPrivateKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.snova.SnovaPrivateKeyParameters
All Implemented Interfaces:
CipherParameters

public class SnovaPrivateKeyParameters
extends AsymmetricKeyParameter


Constructor Summary
SnovaPrivateKeyParameters(SnovaParameters parameters, byte[] privateKey)
           
 
Method Summary
 byte[] getEncoded()
           
 SnovaParameters getParameters()
           
 byte[] getPrivateKey()
           
 
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

SnovaPrivateKeyParameters

public SnovaPrivateKeyParameters(SnovaParameters parameters,
                                 byte[] privateKey)
Method Detail

getPrivateKey

public byte[] getPrivateKey()

getEncoded

public byte[] getEncoded()

getParameters

public SnovaParameters getParameters()

Bouncy Castle Cryptography Library 1.81