Asn1CipherBuilderWithKey public class Asn1CipherBuilderWithKey : ICipherBuilderWithKey, ICipherBuilder Documentation public object AlgorithmDetails { get; } public ICipherParameters Key { get; } public Asn1CipherBuilderWithKey(DerObjectIdentifier encryptionOID, int keySize, SecureRandom random) public ICipher BuildCipher(Stream stream) public int GetMaxOutputSize(int inputLen)