-
- All Implemented Interfaces:
public final class Encryption
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringprofileprivate final ContentKeycontentKeyprivate final UserKeyuserKeyprivate final JSONObjectjson
-
Constructor Summary
Constructors Constructor Description Encryption(JSONObject json)
-
Method Summary
Modifier and Type Method Description final StringgetProfile()final ContentKeygetContentKey()final UserKeygetUserKey()final JSONObjectgetJson()-
-
Constructor Detail
-
Encryption
Encryption(JSONObject json)
-
-
Method Detail
-
getProfile
final String getProfile()
-
getContentKey
final ContentKey getContentKey()
-
getUserKey
final UserKey getUserKey()
-
getJson
final JSONObject getJson()
-
-
-
-