메소드 | 설명 | |
---|---|---|
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 CloneKeySizesArray ( this src ) : KeySizes[] | ||
src | this | |
리턴 | KeySizes[] |
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 WriteInt ( uint i, byte arr, int offset ) : void | ||
i | uint | |
arr | byte | |
offset | int | |
리턴 | void |