|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.nucleus.GenericService
com.digitalsanctuary.atg.crypto.AbstractEncryptorComponent
com.digitalsanctuary.atg.crypto.AESEncryptorComponent
This is a Dynamo component which provides AES encryption and decryption functionality.
Field Summary |
Fields inherited from class atg.nucleus.GenericService |
CLASS_VERSION, SERVICE_INFO_KEY |
Fields inherited from interface atg.nucleus.logging.ApplicationLogging |
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS |
Constructor Summary | |
AESEncryptorComponent()
|
Method Summary | |
void |
setupEncryptor()
This method sets up the AES Encryptor. |
Methods inherited from class com.digitalsanctuary.atg.crypto.AbstractEncryptorComponent |
computeMAC, decryptBytes, decryptString, doStartService, encryptBytes, encryptString, getEncryptor, getKey, setEncryptor, setKey |
Methods inherited from class atg.nucleus.GenericService |
addLogListener, createAdminServlet, doStopService, getAbsoluteName, getAdminServlet, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingWarning, setServiceInfo, startService, stopService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AESEncryptorComponent()
Method Detail |
public void setupEncryptor() throws EncryptorException
setupEncryptor
in class AbstractEncryptorComponent
EncryptorException
- if the encryptor could not be setup.com.online.crypto.AbstractEncryptorComponent#setupEncryptor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |