private static class SVNPasswordCipher.CompositePasswordCipher extends SVNPasswordCipher
Modifier and Type | Field and Description |
---|---|
private java.util.List |
myCiphers |
private java.lang.String |
myCipherType |
SIMPLE_CIPHER_TYPE, WINCRYPT_CIPHER_TYPE
Modifier | Constructor and Description |
---|---|
private |
CompositePasswordCipher(java.util.List chiphers,
java.lang.String cipherType) |
|
CompositePasswordCipher(SVNPasswordCipher chipher) |
Modifier and Type | Method and Description |
---|---|
void |
addCipher(SVNPasswordCipher chipher) |
char[] |
decrypt(char[] encryptedData) |
char[] |
encrypt(char[] rawData) |
java.lang.String |
getCipherType() |
getDefaultCipherType, getInstance, hasCipher, registerCipher, setDefaultCipherType
private java.util.List myCiphers
private java.lang.String myCipherType
private CompositePasswordCipher(java.util.List chiphers, java.lang.String cipherType)
public CompositePasswordCipher(SVNPasswordCipher chipher)
public void addCipher(SVNPasswordCipher chipher)
public char[] decrypt(char[] encryptedData)
decrypt
in class SVNPasswordCipher
public char[] encrypt(char[] rawData)
encrypt
in class SVNPasswordCipher
public java.lang.String getCipherType()
getCipherType
in class SVNPasswordCipher