-
- All Implemented Interfaces:
public final class ContentKey
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringalgorithmprivate final StringencryptedValueprivate final JSONObjectjson
-
Constructor Summary
Constructors Constructor Description ContentKey(JSONObject json)
-
Method Summary
Modifier and Type Method Description final StringgetAlgorithm()final StringgetEncryptedValue()final JSONObjectgetJson()-
-
Constructor Detail
-
ContentKey
ContentKey(JSONObject json)
-
-
Method Detail
-
getAlgorithm
final String getAlgorithm()
-
getEncryptedValue
final String getEncryptedValue()
-
getJson
final JSONObject getJson()
-
-
-
-