ISecretWithEncapsulation public interface ISecretWithEncapsulation : IDisposable Documentation Code using System; namespace Org.BouncyCastle.Crypto { public interface ISecretWithEncapsulation : IDisposable { byte[] GetSecret(); byte[] GetEncapsulation(); } }