public interface AMEncryption
AMEncryption provides methods that will be
used by iDSAME to encrypt and decrypt data.| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] encData)
Decrypts the data.
|
byte[] |
encrypt(byte[] rawData)
Encrypts the data.
|
Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.