Uses of Record Class
it.auties.whatsapp.model.signal.auth.SignedDeviceIdentity
Packages that use SignedDeviceIdentity
-
Uses of SignedDeviceIdentity in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller declared as SignedDeviceIdentityModifier and TypeFieldDescriptionprivate SignedDeviceIdentityKeys.companionIdentityThe bytes of the encodedSignedDeviceIdentityHMACreceived during the auth processMethods in it.auties.whatsapp.controller that return types with arguments of type SignedDeviceIdentityModifier and TypeMethodDescriptionKeys.companionIdentity()Returns the companion identity of this session Only available for web sessionsMethods in it.auties.whatsapp.controller with parameters of type SignedDeviceIdentityModifier and TypeMethodDescriptionKeys.companionIdentity(SignedDeviceIdentity companionIdentity) This function sets the companionIdentity field to the value of the companionIdentity parameter, serializes the object, and returns the object.Keys.setCompanionIdentity(SignedDeviceIdentity companionIdentity) Constructors in it.auties.whatsapp.controller with parameters of type SignedDeviceIdentityModifierConstructorDescriptionKeys(UUID uuid, PhoneNumber phoneNumber, ControllerSerializer serializer, ClientType clientType, Collection<String> alias, int registrationId, SignalKeyPair noiseKeyPair, SignalKeyPair ephemeralKeyPair, SignalKeyPair identityKeyPair, SignalKeyPair companionKeyPair, SignalSignedKeyPair signedKeyPair, byte[] signedKeyIndex, Long signedKeyIndexTimestamp, List<SignalPreKeyPair> preKeys, String phoneId, byte[] deviceId, byte[] identityId, SignedDeviceIdentity companionIdentity, Map<SenderKeyName, SenderKeyRecord> senderKeys, Map<Jid, LinkedList<AppStateSyncKey>> appStateKeys, Map<SessionAddress, Session> sessions, Map<Jid, Map<PatchType, CompanionHashState>> hashStates, Map<Jid, Collection<Jid>> groupsPreKeys, boolean registered, boolean businessCertificate, boolean initialAppSync) -
Uses of SignedDeviceIdentity in it.auties.whatsapp.model.signal.auth
Methods in it.auties.whatsapp.model.signal.auth that return SignedDeviceIdentityModifier and TypeMethodDescriptionSignedDeviceIdentityBuilder.build()static SignedDeviceIdentitySignedDeviceIdentitySpec.decode(byte[] input) Methods in it.auties.whatsapp.model.signal.auth with parameters of type SignedDeviceIdentityModifier and TypeMethodDescriptionstatic byte[]SignedDeviceIdentitySpec.encode(SignedDeviceIdentity protoInputObject)