Package com.iplanet.services.util
Interface AMEncryption
-
- All Known Implementing Classes:
AESWrapEncryption,JCEEncryption
public interface AMEncryptionThe interface classAMEncryptionprovides methods that will be used by iDSAME to encrypt and decrypt data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]decrypt(byte[] encData)Decrypts the data.byte[]encrypt(byte[] rawData)Encrypts the data.
-