Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.ntruprime
Class SNTRUPrimeKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.pqc.crypto.ntruprime.SNTRUPrimeKeyParameters
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
SNTRUPrimePrivateKeyParameters, SNTRUPrimePublicKeyParameters

public class SNTRUPrimeKeyParameters
extends AsymmetricKeyParameter


Constructor Summary
SNTRUPrimeKeyParameters(boolean privateKey, SNTRUPrimeParameters params)
           
 
Method Summary
 SNTRUPrimeParameters 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

SNTRUPrimeKeyParameters

public SNTRUPrimeKeyParameters(boolean privateKey,
                               SNTRUPrimeParameters params)
Method Detail

getParameters

public SNTRUPrimeParameters getParameters()

Bouncy Castle Cryptography Library 1.79