<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.0-beta.114" />

OaepEncoding

public string AlgorithmName { get; }

public OaepEncoding(IAsymmetricBlockCipher cipher, IDigest hash, byte[] encodingParams)

public OaepEncoding(IAsymmetricBlockCipher cipher, IDigest hash, IDigest mgf1Hash, byte[] encodingParams)

public int GetInputBlockSize()

public int GetOutputBlockSize()

public void Init(bool forEncryption, ICipherParameters parameters)

public byte[] ProcessBlock(byte[] inBytes, int inOff, int inLen)