<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.1" />
Base64Encoder
public int Decode(
byte[]
data,
int off,
int length,
Stream outStream)
public int Encode(
byte[]
inBuf,
int inOff,
int inLen,
byte[]
outBuf,
int outOff)
public int Encode(
byte[]
buf,
int off,
int len,
Stream outStream)