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, setAddUserName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
decrypt, decryptChars, encrypt, encrypt, encrypt, encrypt, getBytes, getBytes, getBytes, getCharset
public static EncryptFactory getInstance()
public static void main(java.lang.String[] args)
protected char[] getPw()
AbstractEncryptFactory
getPw
in class AbstractEncryptFactory
protected byte[] getSalt()
AbstractEncryptFactory
getSalt
in class AbstractEncryptFactory