| Constructor and Description |
|---|
DPAPIEncryptor() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] ciphertext)
Decrypts the given ciphertext.
|
byte[] |
encrypt(byte[] plaintext)
Encrypts the given plaintext.
|
public byte[] encrypt(byte[] plaintext)
Encryptor