Метод | Описание | |
---|---|---|
CloneByteArray ( this src ) : byte[] | ||
CloneKeySizesArray ( this src ) : KeySizes[] | ||
FixupKeyParity ( this key ) : byte[] | ||
GenerateRandom ( int count ) : byte[] | ||
GetCipherIv ( this cipherMode, byte iv ) : byte[] | ||
IsLegalSize ( this size, KeySizes legalSizes ) : bool | ||
UsesIv ( this cipherMode ) : bool | ||
WriteInt ( uint i, byte arr, int offset ) : void |
Метод | Описание | |
---|---|---|
ConvertIntToByteArray ( uint value, byte dest ) : void |
public static CloneByteArray ( this src ) : byte[] | ||
src | this | |
Результат | byte[] |
public static CloneKeySizesArray ( this src ) : KeySizes[] | ||
src | this | |
Результат | KeySizes[] |
public static FixupKeyParity ( this key ) : byte[] | ||
key | this | |
Результат | byte[] |
public static GenerateRandom ( int count ) : byte[] | ||
count | int | |
Результат | byte[] |
public static GetCipherIv ( this cipherMode, byte iv ) : byte[] | ||
cipherMode | this | |
iv | byte | |
Результат | byte[] |
public static IsLegalSize ( this size, KeySizes legalSizes ) : bool | ||
size | this | |
legalSizes | KeySizes | |
Результат | bool |
public static UsesIv ( this cipherMode ) : bool | ||
cipherMode | this | |
Результат | bool |
public static WriteInt ( uint i, byte arr, int offset ) : void | ||
i | uint | |
arr | byte | |
offset | int | |
Результат | void |