Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.newhope
Class NHPrivateKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.pqc.crypto.newhope.NHPrivateKeyParameters
All Implemented Interfaces:
CipherParameters

public class NHPrivateKeyParameters
extends AsymmetricKeyParameter


Constructor Summary
NHPrivateKeyParameters(short[] secData)
           
 
Method Summary
 short[] getSecData()
           
 
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

NHPrivateKeyParameters

public NHPrivateKeyParameters(short[] secData)
Method Detail

getSecData

public short[] getSecData()

Bouncy Castle Cryptography Library 1.79