C# Class NBitcoin.BouncyCastle.Crypto.Parameters.KeyParameter

Inheritance: ICipherParameters
Show file Open project: Nethereum/Nethereum Class Usage Examples

Public Methods

Method Description
GetKey ( ) : byte[]
KeyParameter ( byte key ) : System
KeyParameter ( byte key, int keyOff, int keyLen ) : System

Method Details

GetKey() public method

public GetKey ( ) : byte[]
return byte[]

KeyParameter() public method

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

KeyParameter() public method

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