Class SVNWinCryptPasswordCipher
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNPasswordCipher
org.tmatesoft.svn.core.internal.wc.SVNWinCryptPasswordCipher
- Version:
- 1.3
-
Field Summary
Fields inherited from class org.tmatesoft.svn.core.internal.wc.SVNPasswordCipher
SIMPLE_CIPHER_TYPE, WINCRYPT_CIPHER_TYPE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tmatesoft.svn.core.internal.wc.SVNPasswordCipher
getDefaultCipherType, getInstance, hasCipher, registerCipher, setDefaultCipherType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SVNWinCryptPasswordCipher
public SVNWinCryptPasswordCipher()
-
-
Method Details
-
isEnabled
public static boolean isEnabled() -
decrypt
public char[] decrypt(char[] encryptedData) - Specified by:
decrypt
in classSVNPasswordCipher
-
encrypt
public char[] encrypt(char[] rawData) - Specified by:
encrypt
in classSVNPasswordCipher
-
getCipherType
public java.lang.String getCipherType()- Specified by:
getCipherType
in classSVNPasswordCipher
-