C# Class Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedDataGenerator.EncMethod

Inheritance: ContainedPacket
Show file Open project: nonorganic/dssnet

Protected Properties

Property Type Description
encAlgorithm SymmetricKeyAlgorithmTag
key Org.BouncyCastle.Crypto.Parameters.KeyParameter
sessionInfo byte[]

Public Methods

Method Description
AddSessionInfo ( byte si, SecureRandom random ) : void

Method Details

AddSessionInfo() public abstract method

public abstract AddSessionInfo ( byte si, SecureRandom random ) : void
si byte
random Org.BouncyCastle.Security.SecureRandom
return void

Property Details

encAlgorithm protected property

protected SymmetricKeyAlgorithmTag encAlgorithm
return SymmetricKeyAlgorithmTag

key protected property

protected KeyParameter,Org.BouncyCastle.Crypto.Parameters key
return Org.BouncyCastle.Crypto.Parameters.KeyParameter

sessionInfo protected property

protected byte[] sessionInfo
return byte[]