Метод | Описание | |
---|---|---|
Decrypt ( byte bytesData, byte bytesKey ) : byte[] | ||
Decryptor ( EncryptionAlgorithm algId ) : System |
public Decrypt ( byte bytesData, byte bytesKey ) : byte[] | ||
bytesData | byte | |
bytesKey | byte | |
Результат | byte[] |
public Decryptor ( EncryptionAlgorithm algId ) : System | ||
algId | EncryptionAlgorithm | |
Результат | System |