-
- All Implemented Interfaces:
public class Encryption.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Encryption.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final EncryptionfromJSON(JSONObject json, WarningLogger warnings)Creates an Encryption from its RWPM JSON representation. -
-
Method Detail
-
fromJSON
final Encryption fromJSON(JSONObject json, WarningLogger warnings)
Creates an Encryption from its RWPM JSON representation. If the encryption can't be parsed, a warning will be logged with warnings.
-
-
-
-