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) |
String |
getCipherType() |
static boolean |
isEnabled() |
getDefaultCipherType, getInstance, hasCipher, registerCipher, setDefaultCipherType
public static boolean isEnabled()
public char[] decrypt(char[] encryptedData)
decrypt
in class SVNPasswordCipher
public char[] encrypt(char[] rawData)
encrypt
in class SVNPasswordCipher
public String getCipherType()
getCipherType
in class SVNPasswordCipher
Copyright © 2019. All rights reserved.