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–2025 Open Identity Platform Community. All rights reserved.