|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.retek.rsm.domain.security.service.impl.DecryptionUtil
Constructor Summary | |
DecryptionUtil()
|
Method Summary | |
protected byte[] |
encrypt(java.lang.String clearText,
PublicKeyEncryptionStrategy publicKeyEncryption)
Returns a byte[] that is the encrypted representation of the passed in String data. |
protected java.security.PrivateKey |
getPrivateEncryptionKey()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DecryptionUtil()
Method Detail |
protected byte[] encrypt(java.lang.String clearText, PublicKeyEncryptionStrategy publicKeyEncryption)
clearText
- a String
protected java.security.PrivateKey getPrivateEncryptionKey()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |