Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.sqisign
Class SQIsignKeyGenLvl1.KeyPair

java.lang.Object
  extended byorg.bouncycastle.pqc.crypto.sqisign.SQIsignKeyGenLvl1.KeyPair
Enclosing class:
org.bouncycastle.pqc.crypto.sqisign.SQIsignKeyGenLvl1

public static final class SQIsignKeyGenLvl1.KeyPair
extends java.lang.Object

Bundle of outputs from SQIsignKeyGenLvl1.protocolsKeygenFull(java.security.SecureRandom).


Field Summary
 int hintPk
           
 org.bouncycastle.pqc.crypto.sqisign.SQIsignSecretKeyData sk
           
 
Constructor Summary
SQIsignKeyGenLvl1.KeyPair(org.bouncycastle.pqc.crypto.sqisign.SQIsignSecretKeyData sk, int hintPk)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sk

public final org.bouncycastle.pqc.crypto.sqisign.SQIsignSecretKeyData sk

hintPk

public final int hintPk
Constructor Detail

SQIsignKeyGenLvl1.KeyPair

public SQIsignKeyGenLvl1.KeyPair(org.bouncycastle.pqc.crypto.sqisign.SQIsignSecretKeyData sk,
                                 int hintPk)

Bouncy Castle Cryptography Library 1.85