Method | Description | |
---|---|---|
DecriptAsync ( this encryptor, byte cipher ) : Task |
비동기 방식으로 암호화된 데이터를 복원합니다.
|
|
DecryptStream ( this encryptor, |
암호화된 스트림을 복원합니다.
|
|
DecryptStreamAsync ( this encryptor, |
비동기 방식으로 암호화된 스트림을 복원합니다.
|
|
DecryptString ( this encryptor, string encryptedText ) : string |
암호화된 문자열을 복원합니다.
|
|
DecryptStringAsync ( this encryptor, string encryptedText ) : Task |
비동기 방식으로 암호화된 문자열을 복원합니다.
|
|
EncryptAsync ( this encryptor, byte plainBytes ) : Task |
비동기 방식으로 데이터를 암호화 합니다.
|
|
EncryptStream ( this encryptor, |
스트림을 암호화 합니다.
|
|
EncryptStreamAsync ( this encryptor, |
비동기 방식으로 스트림을 암호화합니다.
|
|
EncryptString ( this encryptor, string text ) : string |
문자열을 암호화합니다.
|
|
EncryptStringAsync ( this encryptor, string text ) : Task |
비동기 방식으로 문자열을 암호화합니다.
|
public static DecriptAsync ( this encryptor, byte cipher ) : Task |
||
encryptor | this | |
cipher | byte | |
return | Task |
public static DecryptStream ( this encryptor, |
||
encryptor | this | |
stream | ||
return |
public static DecryptStreamAsync ( this encryptor, |
||
encryptor | this | |
stream | ||
return | Task |
public static DecryptString ( this encryptor, string encryptedText ) : string | ||
encryptor | this | |
encryptedText | string | |
return | string |
public static DecryptStringAsync ( this encryptor, string encryptedText ) : Task |
||
encryptor | this | |
encryptedText | string | |
return | Task |
public static EncryptAsync ( this encryptor, byte plainBytes ) : Task |
||
encryptor | this | |
plainBytes | byte | |
return | Task |
public static EncryptStream ( this encryptor, |
||
encryptor | this | |
stream | ||
return |
public static EncryptStreamAsync ( this encryptor, |
||
encryptor | this | |
stream | ||
return | Task |
public static EncryptString ( this encryptor, string text ) : string | ||
encryptor | this | |
text | string | |
return | string |
public static EncryptStringAsync ( this encryptor, string text ) : Task |
||
encryptor | this | |
text | string | |
return | Task |