|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AccountProcessingProtectionLocal
This interface protects the DocBase by handling its encryption and decryption.
| Method Summary | |
|---|---|
void |
decryptTolvenMessage(TolvenMessage tm)
Decrypt TolvenMessage payload(s) in place |
void |
encryptTolvenMessage(TolvenMessage tm)
Encrypt the payload(s) of a TolvenMessage for queuing. |
byte[] |
getDecryptedContent(TolvenMessage tm)
|
java.io.InputStream |
getDecryptedContentAsInputStream(TolvenMessage tm)
|
void |
setAsEncryptedContent(byte[] unencryptedContent,
TolvenMessage tm)
|
| Method Detail |
|---|
void setAsEncryptedContent(byte[] unencryptedContent,
TolvenMessage tm)
throws javax.security.auth.login.LoginException,
java.security.GeneralSecurityException,
java.io.IOException
javax.security.auth.login.LoginException
java.security.GeneralSecurityException
java.io.IOException
void encryptTolvenMessage(TolvenMessage tm)
throws javax.security.auth.login.LoginException,
java.security.GeneralSecurityException,
java.io.IOException
tm -
javax.security.auth.login.LoginException
java.security.GeneralSecurityException
java.io.IOException
void decryptTolvenMessage(TolvenMessage tm)
throws javax.security.auth.login.LoginException,
java.security.GeneralSecurityException,
java.io.IOException
tm -
javax.security.auth.login.LoginException
java.security.GeneralSecurityException
java.io.IOException
byte[] getDecryptedContent(TolvenMessage tm)
throws javax.security.auth.login.LoginException,
java.security.GeneralSecurityException,
java.io.IOException
javax.security.auth.login.LoginException
java.security.GeneralSecurityException
java.io.IOException
java.io.InputStream getDecryptedContentAsInputStream(TolvenMessage tm)
throws javax.security.auth.login.LoginException,
java.security.GeneralSecurityException,
java.io.IOException
javax.security.auth.login.LoginException
java.security.GeneralSecurityException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||