| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.basicapplicationlevelconfidentialityprofile |
Provides classes for de-identifying and re-identifying a data set according to Basic Application Level Confidentiality Profile.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumProfileAlgorithm |
EnumProfileAlgorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumProfileAlgorithm[] |
EnumProfileAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IDataSet |
BasicAppLevelConfidentialityProfile.decryptDataSet(IDataSet objIDataSet,
EnumProfileAlgorithm enumProfileAlgorithm,
byte[] objKey,
byte[] objIV)
This method decryts the encrypted data elements present in the given Data Set.
|
IDataSet |
BasicAppLevelConfidentialityProfile.encryptDataSet(IDataSet objOriginalIDataSet,
EnumProfileAlgorithm enumProfileAlgorithm,
byte[] objKey,
byte[] objIV)
This method encrypts the Confidential Data Elements present in the Data Set.
|