Class SVNPasswordCipher.CompositePasswordCipher
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNPasswordCipher
org.tmatesoft.svn.core.internal.wc.SVNPasswordCipher.CompositePasswordCipher
- Enclosing class:
- SVNPasswordCipher
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate java.util.Listprivate java.lang.StringFields inherited from class org.tmatesoft.svn.core.internal.wc.SVNPasswordCipher
SIMPLE_CIPHER_TYPE, WINCRYPT_CIPHER_TYPE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateCompositePasswordCipher(java.util.List chiphers, java.lang.String cipherType) CompositePasswordCipher(SVNPasswordCipher chipher) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCipher(SVNPasswordCipher chipher) char[]decrypt(char[] encryptedData) char[]encrypt(char[] rawData) java.lang.StringMethods inherited from class org.tmatesoft.svn.core.internal.wc.SVNPasswordCipher
getDefaultCipherType, getInstance, hasCipher, registerCipher, setDefaultCipherTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myCiphers
private java.util.List myCiphers -
myCipherType
private java.lang.String myCipherType
-
-
Constructor Details
-
CompositePasswordCipher
private CompositePasswordCipher(java.util.List chiphers, java.lang.String cipherType) -
CompositePasswordCipher
-
-
Method Details
-
addCipher
-
decrypt
public char[] decrypt(char[] encryptedData) - Specified by:
decryptin classSVNPasswordCipher
-
encrypt
public char[] encrypt(char[] rawData) - Specified by:
encryptin classSVNPasswordCipher
-
getCipherType
public java.lang.String getCipherType()- Specified by:
getCipherTypein classSVNPasswordCipher
-