|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.recipe.utils.RecipeCryptoUtils
@Deprecated public final class RecipeCryptoUtils
Crypto utils used by recipe.
Method Summary | |
---|---|
static byte[] |
decrypt(byte[] sealedContent)
Deprecated. Method to decrypt the message with the generated key. |
static Key |
getKey()
Deprecated. Method to obtain a symmetric key, if no key present a new will generated. |
static void |
reset()
Deprecated. Method to reset the generated Key |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Key getKey() throws TechnicalConnectorException
TechnicalConnectorException
public static byte[] decrypt(byte[] sealedContent) throws TechnicalConnectorException
TechnicalConnectorException
public static void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |