A
B
C
D
E
F
G
H
I
L
N
O
P
R
S
T
U
V
D
- DataEnvelope - class in com.uid2.network
- This object is responsible for decoding encrypted responses when refreshing the Identity.
- DataEnvelope.Default - class in com.uid2.network.DataEnvelope
- decrypt(String,String,Boolean) - function in com.uid2.network.DataEnvelope
- Decrypts the given data with the provided key.
- decrypt(ByteArray,String,Boolean) - function in com.uid2.network.DataEnvelope
- Decrypts the given data with the provided key.
- decrypt(String,String,Boolean) - function in com.uid2.network.DataEnvelope.Default
- Decrypts the given data with the provided key.
- decrypt(ByteArray,String,Boolean) - function in com.uid2.network.DataEnvelope.Default
- Decrypts the given data with the provided key.
- DefaultNetworkSession - class in com.uid2.network
- A default implementation of NetworkSession that leverages HttpURLConnection to make the necessary GET and POST requests.