C# Class MonoTests.System.Security.Cryptography.AesCfbTests

Inheritance: MonoTests.System.Security.Cryptography.CfbTests
Show file Open project: mono/mono

Protected Methods

Method Description
CFB ( SymmetricAlgorithm algo ) : void
GetExpectedResult ( SymmetricAlgorithm algo, byte encryptedData ) : string
GetInstance ( ) : SymmetricAlgorithm

Private Methods

Method Description
Roundtrip ( ) : void

Method Details

CFB() protected method

protected CFB ( SymmetricAlgorithm algo ) : void
algo System.Security.Cryptography.SymmetricAlgorithm
return void

GetExpectedResult() protected method

protected GetExpectedResult ( SymmetricAlgorithm algo, byte encryptedData ) : string
algo System.Security.Cryptography.SymmetricAlgorithm
encryptedData byte
return string

GetInstance() protected method

protected GetInstance ( ) : SymmetricAlgorithm
return System.Security.Cryptography.SymmetricAlgorithm