Class SNTRUPrimePrivateKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.ntruprime.SNTRUPrimeKeyParameters
org.bouncycastle.pqc.crypto.ntruprime.SNTRUPrimePrivateKeyParameters
- All Implemented Interfaces:
CipherParameters
-
Constructor Summary
ConstructorDescriptionSNTRUPrimePrivateKeyParameters
(SNTRUPrimeParameters params, byte[] f, byte[] ginv, byte[] pk, byte[] rho, byte[] hash) -
Method Summary
Methods inherited from class org.bouncycastle.pqc.crypto.ntruprime.SNTRUPrimeKeyParameters
getParameters
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
SNTRUPrimePrivateKeyParameters
public SNTRUPrimePrivateKeyParameters(SNTRUPrimeParameters params, byte[] f, byte[] ginv, byte[] pk, byte[] rho, byte[] hash)
-
-
Method Details
-
getF
public byte[] getF() -
getGinv
public byte[] getGinv() -
getPk
public byte[] getPk() -
getRho
public byte[] getRho() -
getHash
public byte[] getHash() -
getEncoded
public byte[] getEncoded()
-