public class MessageDigestEncryption extends Object implements Encryption
| Constructor and Description |
|---|
MessageDigestEncryption(MessageDigestDeidConfig deidConfig) |
| Modifier and Type | Method and Description |
|---|---|
String |
encrypt(String keyId,
String inData)
Encrypts the provided string.
|
public MessageDigestEncryption(MessageDigestDeidConfig deidConfig) throws EncryptionInitException
EncryptionInitExceptionpublic String encrypt(String keyId, String inData)
Encryptionencrypt in interface EncryptioninData - the string to encrypt.null if the
provided string is null.Copyright © 2012–2016 Emory University. All rights reserved.