be.ehealth.businessconnector.recipe.utils
Class RecipeCryptoUtils

java.lang.Object
  extended by be.ehealth.businessconnector.recipe.utils.RecipeCryptoUtils

Deprecated.

@Deprecated
public final class RecipeCryptoUtils
extends Object

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

getKey

public static Key getKey()
                  throws TechnicalConnectorException
Deprecated. 
Method to obtain a symmetric key, if no key present a new will generated.

Throws:
TechnicalConnectorException

decrypt

public static byte[] decrypt(byte[] sealedContent)
                      throws TechnicalConnectorException
Deprecated. 
Method to decrypt the message with the generated key.

Throws:
TechnicalConnectorException

reset

public static void reset()
Deprecated. 
Method to reset the generated Key




Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.