프로퍼티 | 타입 | 설명 | |
---|---|---|---|
kBlockSize | int |
메소드 | 설명 | |
---|---|---|
Create ( EncryptionType type ) : Encryptor | ||
Create ( string name ) : Encryptor | ||
Decrypt ( ArraySegment |
||
Encrypt ( ArraySegment |
||
Handshake ( string in_header, string &out_header ) : bool |
메소드 | 설명 | |
---|---|---|
CircularLeftShift ( |
||
CircularLeftShift ( byte value, int shift_len ) : byte | ||
Encryptor ( EncryptionType encryption, string encryption_name, State initial_state ) : UnityEngine | ||
SetState ( State state ) : void |
protected static CircularLeftShift ( |
||
value | ||
shift_len | int | |
리턴 |
protected static CircularLeftShift ( byte value, int shift_len ) : byte | ||
value | byte | |
shift_len | int | |
리턴 | byte |
public static Create ( EncryptionType type ) : Encryptor | ||
type | EncryptionType | |
리턴 | Encryptor |
public abstract Decrypt ( ArraySegment |
||
src | ArraySegment |
|
dst | ArraySegment |
|
in_header | string | |
리턴 | System.Int64 |
public abstract Encrypt ( ArraySegment |
||
src | ArraySegment |
|
dst | ArraySegment |
|
out_header | string | |
리턴 | System.Int64 |
protected Encryptor ( EncryptionType encryption, string encryption_name, State initial_state ) : UnityEngine | ||
encryption | EncryptionType | |
encryption_name | string | |
initial_state | State | |
리턴 | UnityEngine |
public Handshake ( string in_header, string &out_header ) : bool | ||
in_header | string | |
out_header | string | |
리턴 | bool |