public interface IPBEHibernatePoolEncryptor
| Modifier and Type | Method and Description |
|---|---|
IPBEEncryptor |
getEncryptor() |
String |
getRegisteredName() |
boolean |
isInitialized() |
void |
setAlgorithm(String algorithm) |
void |
setEnable(boolean enable) |
void |
setMessageCharset(String messageCharset) |
void |
setPassword(String password) |
void |
setPasswordCharArray(char[] password) |
void |
setPasswordPathfile(String pathfile) |
void |
setPoolSize(int poolSize) |
void |
setRegisteredName(String registeredName) |
String getRegisteredName()
void setRegisteredName(String registeredName)
void setAlgorithm(String algorithm) throws PBEException
PBEExceptionvoid setMessageCharset(String messageCharset) throws PBEException
PBEExceptionvoid setPassword(String password) throws PBEException
PBEExceptionvoid setPasswordCharArray(char[] password)
throws PBEException
PBEExceptionvoid setPasswordPathfile(String pathfile) throws PBEException
PBEExceptionvoid setPoolSize(int poolSize)
throws PBEException
PBEExceptionvoid setEnable(boolean enable)
throws PBEException
PBEExceptionboolean isInitialized()
IPBEEncryptor getEncryptor() throws PBEException
PBEExceptionCopyright © 2018. All rights reserved.