| Package | Description |
|---|---|
| net.zubial.hibernate.encrypt | |
| net.zubial.hibernate.encrypt.impl | |
| net.zubial.hibernate.encrypt.utils |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
IPBEEncryptor.decrypt(byte[] encryptedMessage) |
String |
IPBEStringEncryptor.decrypt(String encryptedMessage) |
byte[] |
IPBEEncryptor.encrypt(byte[] message) |
String |
IPBEStringEncryptor.encrypt(String message) |
IPBEEncryptor |
IPBEHibernatePoolEncryptor.getEncryptor() |
void |
IPBEHibernatePoolEncryptor.setAlgorithm(String algorithm) |
void |
IPBEHibernatePoolEncryptor.setEnable(boolean enable) |
void |
IPBEHibernatePoolEncryptor.setMessageCharset(String messageCharset) |
void |
IPBEHibernatePoolEncryptor.setPassword(String password) |
void |
IPBEHibernatePoolEncryptor.setPasswordCharArray(char[] password) |
void |
IPBEHibernatePoolEncryptor.setPasswordPathfile(String pathfile) |
void |
IPBEHibernatePoolEncryptor.setPoolSize(int poolSize) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
AbstractPBEEncryptor.decrypt(byte[] encryptedMessage) |
String |
PBEStringEncryptor.decrypt(String encryptedMessage) |
byte[] |
AbstractPBEEncryptor.encrypt(byte[] message) |
String |
PBEStringEncryptor.encrypt(String message) |
IPBEEncryptor |
AbstractPBEHibernatePoolEncryptor.getEncryptor() |
protected abstract void |
AbstractPBEHibernatePoolEncryptor.initialize() |
protected void |
PBEHibernatePoolStringEncryptor.initialize() |
void |
AbstractPBEHibernatePoolEncryptor.setAlgorithm(String algorithm) |
void |
AbstractPBEHibernatePoolEncryptor.setEnable(boolean enable) |
void |
AbstractPBEHibernatePoolEncryptor.setMessageCharset(String messageCharset) |
void |
AbstractPBEHibernatePoolEncryptor.setPassword(String password) |
void |
AbstractPBEHibernatePoolEncryptor.setPasswordCharArray(char[] passwordCharArray) |
void |
AbstractPBEHibernatePoolEncryptor.setPasswordPathfile(String pathfile) |
void |
AbstractPBEHibernatePoolEncryptor.setPoolSize(int poolSize) |
| Constructor and Description |
|---|
AbstractPBEEncryptor(PBEConfig config) |
PBEStringEncryptor(PBEConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
CryptoUtils.hashMD5(String plaintext) |
Copyright © 2018. All rights reserved.