C# Class Mono.Security.X509.PKCS12.DeriveBytes

Show file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
DeriveBytes ( ) : System
DeriveIV ( int size ) : byte[]
DeriveKey ( int size ) : byte[]
DeriveMAC ( int size ) : byte[]

Private Methods

Method Description
Adjust ( byte a, int aOff, byte b ) : void
Derive ( byte diversifier, int n ) : byte[]

Method Details

DeriveBytes() public method

public DeriveBytes ( ) : System
return System

DeriveIV() public method

public DeriveIV ( int size ) : byte[]
size int
return byte[]

DeriveKey() public method

public DeriveKey ( int size ) : byte[]
size int
return byte[]

DeriveMAC() public method

public DeriveMAC ( int size ) : byte[]
size int
return byte[]