public interface PacketDecryptor
| Modifier and Type | Method and Description |
|---|---|
InputStream |
decrypt(InputStream input,
String registrationId)
This Method provide the functionality to decrypt packet.
|
InputStream decrypt(InputStream input, String registrationId) throws PacketDecryptionFailureException, ApiNotAccessibleException
input - encrypted packet to be decryptedregistrationId - the registration idPacketDecryptionFailureException - if error occured while decryptingApiNotAccessibleException - if error occured whileCopyright © 2020. All rights reserved.