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

Inheritance: ICipherParameters
Afficher le fichier Open project: Nethereum/Nethereum Class Usage Examples

Méthodes publiques

Méthode Description
GetKey ( ) : byte[]
KeyParameter ( byte key ) : System
KeyParameter ( byte key, int keyOff, int keyLen ) : System

Method Details

GetKey() public méthode

public GetKey ( ) : byte[]
Résultat byte[]

KeyParameter() public méthode

public KeyParameter ( byte key ) : System
key byte
Résultat System

KeyParameter() public méthode

public KeyParameter ( byte key, int keyOff, int keyLen ) : System
key byte
keyOff int
keyLen int
Résultat System