Class NTRUEncryptionKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.legacy.crypto.ntru.NTRUEncryptionKeyParameters
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
NTRUEncryptionPrivateKeyParameters
,NTRUEncryptionPublicKeyParameters
-
Field Summary
-
Constructor Summary
ConstructorDescriptionNTRUEncryptionKeyParameters
(boolean privateKey, NTRUEncryptionParameters params) -
Method Summary
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Field Details
-
params
-
-
Constructor Details
-
NTRUEncryptionKeyParameters
-
-
Method Details
-
getParameters
-