Table of Contents

Interface IEncapsulatedSecretGenerator

Namespace
Org.BouncyCastle.Crypto
Assembly
BouncyCastle.Cryptography.dll
public interface IEncapsulatedSecretGenerator

Methods

GenerateEncapsulated(AsymmetricKeyParameter)

Generate an exchange pair based on the recipient public key.

ISecretWithEncapsulation GenerateEncapsulated(AsymmetricKeyParameter recipientKey)

Parameters

recipientKey AsymmetricKeyParameter

Returns

ISecretWithEncapsulation

An SecretWithEncapsulation derived from the recipient public key.