Uses of Record Class
it.auties.whatsapp.model.signal.keypair.SignalSignedKeyPair
Packages that use SignalSignedKeyPair
-
Uses of SignalSignedKeyPair in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller declared as SignalSignedKeyPairModifier and TypeFieldDescriptionprivate final SignalSignedKeyPairKeys.signedKeyPairThe signed pre keyMethods in it.auties.whatsapp.controller that return SignalSignedKeyPairMethods in it.auties.whatsapp.controller that return types with arguments of type SignalSignedKeyPairModifier and TypeMethodDescriptionKeys.findSignedKeyPairById(int id) Queries the trusted key that matchesidConstructors in it.auties.whatsapp.controller with parameters of type SignalSignedKeyPairModifierConstructorDescriptionKeys(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 SignalSignedKeyPair in it.auties.whatsapp.model.signal.keypair
Methods in it.auties.whatsapp.model.signal.keypair that return SignalSignedKeyPairModifier and TypeMethodDescriptionstatic SignalSignedKeyPairSignalSignedKeyPair.of(int id, SignalKeyPair identityKeyPair) Methods in it.auties.whatsapp.model.signal.keypair that return types with arguments of type SignalSignedKeyPair