public class EncryptFactoryDefault extends AbstractEncryptFactory
EMPTY_BYTES| Constructor and Description |
|---|
EncryptFactoryDefault() |
| Modifier and Type | Method and Description |
|---|---|
static EncryptFactory |
getInstance()
Get the default encrypt factory.
|
protected char[] |
getPw()
Get the password.
|
protected byte[] |
getSalt()
Get the salt.
|
static void |
main(java.lang.String[] args) |
createCipher, createKey, createSecretKeyFactory, decryptBytes, encryptBytes, getIterationCount, getKeyLength, getSalt, getSecretKeyAlgorithm, getSeparatorText, isAddUserName, setAddUserNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecrypt, decryptChars, encrypt, encrypt, encrypt, encrypt, getBytes, getBytes, getBytes, getCharsetpublic static EncryptFactory getInstance()
public static void main(java.lang.String[] args)
protected char[] getPw()
AbstractEncryptFactorygetPw in class AbstractEncryptFactoryprotected byte[] getSalt()
AbstractEncryptFactorygetSalt in class AbstractEncryptFactory