PreKeyBundle class

Constructors

PreKeyBundle(int _registrationId, int _deviceId, int? _preKeyId, ECPublicKey? _preKeyPublic, int _signedPreKeyId, ECPublicKey? _signedPreKeyPublic, Uint8List? _signedPreKeySignature, IdentityKey _identityKey)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDeviceId() int
getIdentityKey() IdentityKey
getPreKey() ECPublicKey?
getPreKeyId() int?
getRegistrationId() int
getSignedPreKey() ECPublicKey?
getSignedPreKeyId() int
getSignedPreKeySignature() Uint8List?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited