Méthode | Description | |
---|---|---|
DecryptFromBytes ( byte encryptedBytes ) : byte[] | ||
DecryptFromStream ( Stream stream, int encryptedByteCount ) : byte[] | ||
DecryptFromStreamToStream ( Stream fromStream, Stream toStream, Action |
||
EncryptToBytes ( byte unencryptedBytes ) : byte[] | ||
EncryptionManager ( ) : System |
Méthode | Description | |
---|---|---|
AssignByteArrayFromString ( string value, byte byteArray ) : void | ||
CopyFromStreamToStream ( Stream fromStream, Stream toStream, int size, Action |
||
GetDecryptStream ( Stream encryptedStream ) : |
||
IsValidKeyOrVector ( string value ) : bool |
public DecryptFromBytes ( byte encryptedBytes ) : byte[] | ||
encryptedBytes | byte | |
Résultat | byte[] |
public DecryptFromStream ( Stream stream, int encryptedByteCount ) : byte[] | ||
stream | Stream | |
encryptedByteCount | int | |
Résultat | byte[] |
public DecryptFromStreamToStream ( Stream fromStream, Stream toStream, Action |
||
fromStream | Stream | |
toStream | Stream | |
updateAction | Action |
|
Résultat | void |
public EncryptToBytes ( byte unencryptedBytes ) : byte[] | ||
unencryptedBytes | byte | |
Résultat | byte[] |