C# Class OpenSSL.Crypto.Envelope

Simple struct to encapsulate common parameters for crypto functions
Mostra file Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
Data byte[]
IV byte[]
Keys byte[][]

Property Details

Data public_oe property

The payload (contains plaintext or ciphertext)
public byte[] Data
return byte[]

IV public_oe property

The IV (Initialization Vector)
public byte[] IV
return byte[]

Keys public_oe property

The key for a crypto operation
public byte[][] Keys
return byte[][]