Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.xwing
Class XWingKEMGenerator

java.lang.Object
  |
  +--org.bouncycastle.pqc.crypto.xwing.XWingKEMGenerator
All Implemented Interfaces:
EncapsulatedSecretGenerator

public class XWingKEMGenerator
extends java.lang.Object
implements EncapsulatedSecretGenerator


Constructor Summary
XWingKEMGenerator(java.security.SecureRandom random)
           
 
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

XWingKEMGenerator

public XWingKEMGenerator(java.security.SecureRandom random)
Method Detail

generateEncapsulated

public SecretWithEncapsulation generateEncapsulated(AsymmetricKeyParameter recipientKey)
Description copied from interface: EncapsulatedSecretGenerator
Generate secret/encapsulation based on the recipient public key.
Specified by:
generateEncapsulated in interface EncapsulatedSecretGenerator
Following copied from interface: org.bouncycastle.crypto.EncapsulatedSecretGenerator
Returns:
An SecretWithEncapsulation derived from the recipient public key.

Bouncy Castle Cryptography Library 1.79