Class BackupForwardSecrecyToken
-
- All Implemented Interfaces:
public class BackupForwardSecrecyToken extends ByteArray
A forward secrecy token used for deriving message backup keys.
This token is retrieved from the server when restoring a backup and is used together with the backup key to derive the actual encryption keys for message backups.
-
-
Field Summary
Fields Modifier and Type Field Description public final static intSIZEpublic final static ByteArray.UncheckedAndUnclonedUNCHECKED_AND_UNCLONED
-
Constructor Summary
Constructors Constructor Description BackupForwardSecrecyToken(Array<byte> contents)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
BackupForwardSecrecyToken
BackupForwardSecrecyToken(Array<byte> contents)
-
-
-
-