Table of Contents

Interface IEncapsulatedSecretExtractor

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

Properties

EncapsulationLength

The length in bytes of the encapsulation.

int EncapsulationLength { get; }

Property Value

int

Methods

ExtractSecret(byte[])

Generate an exchange pair based on the recipient public key.

byte[] ExtractSecret(byte[] encapsulation)

Parameters

encapsulation byte[]

the encapsulated secret.

Returns

byte[]