IKemDecapsulator public interface IKemDecapsulator Documentation Code int EncapsulationLength { get; } int SecretLength { get; } void Decapsulate(byte[] encBuf, int encOff, int encLen, byte[] secBuf, int secOff, int secLen) void Init(ICipherParameters parameters)