C# Class PassFruit.Security.EncryptedData

显示文件 Open project: bettiolo/PassFruit Class Usage Examples

Public Methods

Method Description
EncryptedData ( byte salt, byte initializationVector, int iterations, byte ciphertext )

Method Details

EncryptedData() public method

public EncryptedData ( byte salt, byte initializationVector, int iterations, byte ciphertext )
salt byte
initializationVector byte
iterations int
ciphertext byte