Class EncryptedData
java.lang.Object
com.mirth.connect.server.userutil.EncryptedData
This object is returned from
EncryptionUtil.encrypt(byte[]).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Returns the encrypted data as a byte array.Returns the meta-information about the encrypted data.
-
Constructor Details
-
EncryptedData
-
-
Method Details
-
getHeader
Returns the meta-information about the encrypted data. Includes the algorithm and initialization vector used. -
getEncryptedData
public byte[] getEncryptedData()Returns the encrypted data as a byte array.
-