Class LegacyDispatcher.LegacyCipher
java.lang.Object
org.codehaus.plexus.components.secdispatcher.internal.dispatchers.LegacyDispatcher.LegacyCipher
- Enclosing class:
LegacyDispatcher
-
Field Details
-
STRING_ENCODING
- See Also:
-
SPICE_SIZE
private static final int SPICE_SIZE- See Also:
-
SALT_SIZE
private static final int SALT_SIZE- See Also:
-
DIGEST_ALG
- See Also:
-
KEY_ALG
- See Also:
-
CIPHER_ALG
- See Also:
-
-
Constructor Details
-
LegacyCipher
private LegacyCipher()
-
-
Method Details
-
decrypt64
- Throws:
CipherException
-
createCipher
private Cipher createCipher(byte[] pwdAsBytes, byte[] salt, int mode) throws NoSuchAlgorithmException, NoSuchPaddingException, InvalidKeyException, InvalidAlgorithmParameterException
-