Uses of Class
it.auties.whatsapp.controller.Keys
Packages that use Keys
-
Uses of Keys in it.auties.whatsapp.api
Fields in it.auties.whatsapp.api declared as KeysModifier and TypeFieldDescription(package private) final KeysMobileRegistrationBuilder.keys(package private) KeysOptionsBuilder.keysprivate KeysWhatsappCustomBuilder.keysMethods in it.auties.whatsapp.api that return KeysMethods in it.auties.whatsapp.api with parameters of type KeysModifier and TypeMethodDescriptionprivate static WebVerificationHandlerWhatsappCustomBuilder.getWebVerificationMethod(Store store, Keys keys, WebVerificationHandler webVerificationHandler) Constructors in it.auties.whatsapp.api with parameters of type KeysModifierConstructorDescription(package private)MobileOptionsBuilder(Store store, Keys keys) (package private)MobileRegistrationBuilder(Store store, Keys keys, ErrorHandler errorHandler) (package private)OptionsBuilder(Store store, Keys keys) (package private)Unregistered(Store store, Keys keys, ErrorHandler errorHandler) (package private)Unverified(Store store, Keys keys, ErrorHandler errorHandler, AsyncVerificationCodeSupplier verificationCodeSupplier) (package private)WebOptionsBuilder(Store store, Keys keys) protectedWhatsapp(Store store, Keys keys, ErrorHandler errorHandler, WebVerificationHandler webVerificationHandler) -
Uses of Keys in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller declared as KeysModifier and TypeFieldDescriptionprivate final KeysStoreKeysPair.keysThe field for thekeysrecord component.Methods in it.auties.whatsapp.controller that return KeysModifier and TypeMethodDescriptionKeys.addAppKeys(Jid jid, Collection<AppStateSyncKey> keys) Adds the provided keys to the app state keysKeys.addPreKey(SignalPreKeyPair preKey) Adds the provided pre key to the pre keysKeysBuilder.build()Keys.companionIdentity(SignedDeviceIdentity companionIdentity) This function sets the companionIdentity field to the value of the companionIdentity parameter, serializes the object, and returns the object.static KeysKeysSpec.decode(byte[] input) StoreKeysPair.keys()Returns the value of thekeysrecord component.static KeysKeys.newKeys(UUID uuid, Long phoneNumber, Collection<String> alias, ClientType clientType) Keys.putSession(SessionAddress address, Session record) Adds the provided address and record to the known sessionsKeys.putState(Jid device, CompanionHashState state) Adds the provided hash state to the known onesKeys.setBusinessCertificate(boolean businessCertificate) Keys.setCompanionIdentity(SignedDeviceIdentity companionIdentity) Keys.setCompanionKeyPair(SignalKeyPair companionKeyPair) Keys.setInitialAppSync(boolean initialAppSync) Keys.setReadKey(byte[] readKey) Keys.setRegistered(boolean registered) Keys.setSignedKeyIndex(byte[] signedKeyIndex) Keys.setSignedKeyIndexTimestamp(Long signedKeyIndexTimestamp) Keys.setWriteKey(byte[] writeKey) Methods in it.auties.whatsapp.controller that return types with arguments of type KeysModifier and TypeMethodDescriptionControllerSerializer.deserializeKeys(ClientType type, long phoneNumber) Serializes the keysControllerSerializer.deserializeKeys(ClientType type, String alias) Serializes the keysControllerSerializer.deserializeKeys(ClientType type, UUID id) Serializes the keysDiscardingControllerSerializer.deserializeKeys(ClientType type, long phoneNumber) DiscardingControllerSerializer.deserializeKeys(ClientType type, String alias) DiscardingControllerSerializer.deserializeKeys(ClientType type, UUID id) ProtobufControllerSerializer.deserializeKeys(ClientType type, long phoneNumber) ProtobufControllerSerializer.deserializeKeys(ClientType type, String alias) ProtobufControllerSerializer.deserializeKeys(ClientType type, UUID id) ProtobufControllerSerializer.deserializeKeysFromId(ClientType type, String id) Methods in it.auties.whatsapp.controller with parameters of type KeysModifier and TypeMethodDescriptionstatic byte[]ControllerSerializer.serializeKeys(Keys keys, boolean async) Serializes the keysDiscardingControllerSerializer.serializeKeys(Keys keys, boolean async) ProtobufControllerSerializer.serializeKeys(Keys keys, boolean async) Constructors in it.auties.whatsapp.controller with parameters of type KeysModifierConstructorDescriptionStoreKeysPair(Store store, Keys keys) Creates an instance of aStoreKeysPairrecord class.