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 TypeFieldDescription(package private) final SignalSignedKeyPairKeys.signedKeyPairThe signed pre keyprivate SignalSignedKeyPairKeysBuilder.signedKeyPairMethods 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 matchesidMethods in it.auties.whatsapp.controller with parameters of type SignalSignedKeyPairConstructors in it.auties.whatsapp.controller with parameters of type SignalSignedKeyPairModifierConstructorDescriptionKeys(UUID uuid, PhoneNumber phoneNumber, ClientType clientType, Collection<String> alias, Integer registrationId, SignalKeyPair noiseKeyPair, SignalKeyPair ephemeralKeyPair, SignalKeyPair identityKeyPair, SignalKeyPair companionKeyPair, SignalSignedKeyPair signedKeyPair, byte[] signedKeyIndex, Long signedKeyIndexTimestamp, List<SignalPreKeyPair> preKeys, String fdid, byte[] deviceId, UUID advertisingId, 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 SignalSignedKeyPair in it.auties.whatsapp.model.signal.keypair
Methods in it.auties.whatsapp.model.signal.keypair that return SignalSignedKeyPairModifier and TypeMethodDescriptionSignalSignedKeyPairBuilder.build()static SignalSignedKeyPairSignalSignedKeyPairSpec.decode(byte[] input) static SignalSignedKeyPairSignalSignedKeyPair.of(int id, SignalKeyPair identityKeyPair) Methods in it.auties.whatsapp.model.signal.keypair that return types with arguments of type SignalSignedKeyPairMethods in it.auties.whatsapp.model.signal.keypair with parameters of type SignalSignedKeyPairModifier and TypeMethodDescriptionstatic byte[]SignalSignedKeyPairSpec.encode(SignalSignedKeyPair protoInputObject)