public class SVNWinCryptPasswordCipher extends SVNPasswordCipher
SIMPLE_CIPHER_TYPE, WINCRYPT_CIPHER_TYPE| Constructor and Description |
|---|
SVNWinCryptPasswordCipher() |
| Modifier and Type | Method and Description |
|---|---|
char[] |
decrypt(char[] encryptedData) |
char[] |
encrypt(char[] rawData) |
java.lang.String |
getCipherType() |
static boolean |
isEnabled() |
getDefaultCipherType, getInstance, hasCipher, registerCipher, setDefaultCipherTypepublic static boolean isEnabled()
public char[] decrypt(char[] encryptedData)
decrypt in class SVNPasswordCipherpublic char[] encrypt(char[] rawData)
encrypt in class SVNPasswordCipherpublic java.lang.String getCipherType()
getCipherType in class SVNPasswordCipher