Метод | Описание | |
---|---|---|
Net45Aes ( ) : System |
Метод | Описание | |
---|---|---|
PlatformSpecificDecrypt ( byte ciphertext, byte key, byte initializationVector ) : string | ||
PlatformSpecificEncrypt ( string message, byte key, byte initializationVector ) : byte[] |
Метод | Описание | |
---|---|---|
CreateAes ( byte secretKey, byte initializationVector ) : |
protected PlatformSpecificDecrypt ( byte ciphertext, byte key, byte initializationVector ) : string | ||
ciphertext | byte | |
key | byte | |
initializationVector | byte | |
Результат | string |
protected PlatformSpecificEncrypt ( string message, byte key, byte initializationVector ) : byte[] | ||
message | string | |
key | byte | |
initializationVector | byte | |
Результат | byte[] |