메소드 | 설명 | |
---|---|---|
AesEncryptionManager ( ) : System | ||
DecryptFromBytes ( byte encryptedBytes, int &decryptedByteCount ) : byte[] | ||
DecryptFromStream ( Stream stream, int encryptedByteCount, int &decryptedByteCount ) : byte[] | ||
DecryptFromStreamToStream ( Stream fromStream, Stream toStream, Action |
||
EncryptToBytes ( byte unencryptedBytes ) : byte[] | ||
GetDecryptStream ( Stream encryptedStream ) : |
||
GetPadding ( byte decryptedBytes ) : int |
메소드 | 설명 | |
---|---|---|
AssignByteArrayFromString ( string value, byte byteArray ) : void | ||
CopyFromStreamToStream ( Stream fromStream, Stream toStream, int size, Action |
||
IsValidKeyOrVector ( string value ) : bool |
public DecryptFromBytes ( byte encryptedBytes, int &decryptedByteCount ) : byte[] | ||
encryptedBytes | byte | |
decryptedByteCount | int | |
리턴 | byte[] |
public DecryptFromStream ( Stream stream, int encryptedByteCount, int &decryptedByteCount ) : byte[] | ||
stream | Stream | |
encryptedByteCount | int | |
decryptedByteCount | int | |
리턴 | byte[] |
public DecryptFromStreamToStream ( Stream fromStream, Stream toStream, Action |
||
fromStream | Stream | |
toStream | Stream | |
updateAction | Action |
|
리턴 | void |
public EncryptToBytes ( byte unencryptedBytes ) : byte[] | ||
unencryptedBytes | byte | |
리턴 | byte[] |
public GetDecryptStream ( Stream encryptedStream ) : |
||
encryptedStream | Stream | |
리턴 |