C# Class Org.BouncyCastle.Crypto.Parameters.DesParameters

Inheritance: KeyParameter
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
DesParameters ( byte key ) : System
DesParameters ( byte key, int keyOff, int keyLen ) : System
IsWeakKey ( byte key ) : bool
IsWeakKey ( byte key, int offset ) : bool
SetOddParity ( byte bytes ) : void

Method Details

DesParameters() public method

public DesParameters ( byte key ) : System
key byte
return System

DesParameters() public method

public DesParameters ( byte key, int keyOff, int keyLen ) : System
key byte
keyOff int
keyLen int
return System

IsWeakKey() public static method

public static IsWeakKey ( byte key ) : bool
key byte
return bool

IsWeakKey() public static method

public static IsWeakKey ( byte key, int offset ) : bool
key byte
offset int
return bool

SetOddParity() public static method

public static SetOddParity ( byte bytes ) : void
bytes byte
return void