public class WinCrypto
extends PasswordProvider
| Constructor and Description |
|---|
WinCrypto() |
| Modifier and Type | Method and Description |
|---|---|
javax.crypto.spec.PBEKeySpec |
getPassword(IPreferencesContainer container,
int passwordType) |
boolean |
retryOnError(java.lang.Exception e,
IPreferencesContainer container) |
byte[] |
windecrypt(byte[] encryptedText) |
byte[] |
winencrypt(byte[] clearText) |
public byte[] windecrypt(byte[] encryptedText)
public byte[] winencrypt(byte[] clearText)
public javax.crypto.spec.PBEKeySpec getPassword(IPreferencesContainer container,
int passwordType)
public boolean retryOnError(java.lang.Exception e,
IPreferencesContainer container)