Bouncy Castle Cryptography Library 1.84

org.bouncycastle.pqc.crypto.ntruplus
Class NTRUPlusPrivateKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.ntruplus.NTRUPlusKeyParameters
          extended byorg.bouncycastle.pqc.crypto.ntruplus.NTRUPlusPrivateKeyParameters
All Implemented Interfaces:
CipherParameters

public class NTRUPlusPrivateKeyParameters
extends NTRUPlusKeyParameters


Constructor Summary
NTRUPlusPrivateKeyParameters(NTRUPlusParameters params, byte[] sk)
           
 
Method Summary
 byte[] getEncoded()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.ntruplus.NTRUPlusKeyParameters
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

NTRUPlusPrivateKeyParameters

public NTRUPlusPrivateKeyParameters(NTRUPlusParameters params,
                                    byte[] sk)
Method Detail

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.84