C# Class AaltoTLS.PluginInterface.BulkCipherAlgorithm

Show file Open project: juhovh/AaltoTLS Class Usage Examples

Public Methods

Method Description
CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
CreateDecryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform
CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
CreateEncryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform
SupportsProtocolVersion ( ProtocolVersion version ) : bool

Method Details

CreateDecryptor() public method

public CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
rgbKey byte
rgbIV byte
return ICryptoTransform

CreateDecryptor() public abstract method

public abstract CreateDecryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform
rgbKey byte
rgbIV byte
additional byte
return ICryptoTransform

CreateEncryptor() public method

public CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
rgbKey byte
rgbIV byte
return ICryptoTransform

CreateEncryptor() public abstract method

public abstract CreateEncryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform
rgbKey byte
rgbIV byte
additional byte
return ICryptoTransform

SupportsProtocolVersion() public abstract method

public abstract SupportsProtocolVersion ( ProtocolVersion version ) : bool
version ProtocolVersion
return bool