|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.pqc.crypto.ntru.NTRUKEMGenerator
Encapsulate a secret using NTRU. returns a SecretWithEncapsulation
as encapsulation.
NTRUKEMExtractor
,
NTRU websiteConstructor Summary | |
NTRUKEMGenerator(java.security.SecureRandom random)
Constructor |
Method Summary | |
SecretWithEncapsulation |
generateEncapsulated(AsymmetricKeyParameter recipientKey)
Generate secret/encapsulation based on the recipient public key. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NTRUKEMGenerator(java.security.SecureRandom random)
random
- a secure random number generatorMethod Detail |
public SecretWithEncapsulation generateEncapsulated(AsymmetricKeyParameter recipientKey)
EncapsulatedSecretGenerator
generateEncapsulated
in interface EncapsulatedSecretGenerator
org.bouncycastle.crypto.EncapsulatedSecretGenerator
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |