public interface Encryption
| Modifier and Type | Method and Description |
|---|---|
String |
encrypt(String keyId,
String str)
Encrypts the provided string.
|
String encrypt(String keyId, String str) throws org.protempa.dest.deid.EncryptException
str - the string to encrypt.null if the
provided string is null.EncryptException - if the provided string cannot be
encrypted.Copyright © 2012–2016 Emory University. All rights reserved.