Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.sqisign
Class SQIsignPrivateKeyParameters

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

public class SQIsignPrivateKeyParameters
extends AsymmetricKeyParameter


Constructor Summary
SQIsignPrivateKeyParameters(SQIsignParameters parameters, byte[] privateKey)
           
 
Method Summary
 byte[] getEncoded()
           
 SQIsignParameters 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

SQIsignPrivateKeyParameters

public SQIsignPrivateKeyParameters(SQIsignParameters parameters,
                                   byte[] privateKey)
Method Detail

getPrivateKey

public byte[] getPrivateKey()

getEncoded

public byte[] getEncoded()

getParameters

public SQIsignParameters getParameters()

Bouncy Castle Cryptography Library 1.85