Uses of Record Class
it.auties.whatsapp.model.signal.keypair.SignalPreKeyPair
Packages that use SignalPreKeyPair
-
Uses of SignalPreKeyPair in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller with type parameters of type SignalPreKeyPairModifier and TypeFieldDescription(package private) final List<SignalPreKeyPair> Keys.preKeysWhether these keys have generated pre keys assigned to themprivate List<SignalPreKeyPair> KeysBuilder.preKeysMethods in it.auties.whatsapp.controller that return types with arguments of type SignalPreKeyPairModifier and TypeMethodDescriptionKeys.findPreKeyById(Integer id) Queries the trusted key that matchesidKeys.preKeys()Returns all the registered pre keysMethods in it.auties.whatsapp.controller with parameters of type SignalPreKeyPairModifier and TypeMethodDescriptionKeys.addPreKey(SignalPreKeyPair preKey) Adds the provided pre key to the pre keysMethod parameters in it.auties.whatsapp.controller with type arguments of type SignalPreKeyPairConstructor parameters in it.auties.whatsapp.controller with type arguments of type SignalPreKeyPairModifierConstructorDescriptionKeys(UUID uuid, PhoneNumber phoneNumber, 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, List<CompanionSyncKey> appStateKeys, Map<SessionAddress, Session> sessions, List<CompanionPatch> hashStates, Map<Jid, SenderPreKeys> groupsPreKeys, boolean registered, boolean businessCertificate, boolean initialAppSync) -
Uses of SignalPreKeyPair in it.auties.whatsapp.model.signal.keypair
Methods in it.auties.whatsapp.model.signal.keypair that return SignalPreKeyPairModifier and TypeMethodDescriptionSignalPreKeyPairBuilder.build()static SignalPreKeyPairSignalPreKeyPairSpec.decode(byte[] input) static SignalPreKeyPairSignalPreKeyPair.random(int id) Methods in it.auties.whatsapp.model.signal.keypair with parameters of type SignalPreKeyPairModifier and TypeMethodDescriptionstatic byte[]SignalPreKeyPairSpec.encode(SignalPreKeyPair protoInputObject)