Uses of Class
it.auties.whatsapp.controller.Keys
Packages that use Keys
Package
Description
-
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 WebVerificationSupportWhatsappCustomBuilder.getWebVerificationMethod(Store store, Keys keys, WebVerificationSupport webVerificationSupport) 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, ExecutorService socketExecutor) (package private)OptionsBuilder(Store store, Keys keys) (package private)Unregistered(Store store, Keys keys, ErrorHandler errorHandler, ExecutorService socketExecutor) (package private)Unverified(Store store, Keys keys, ErrorHandler errorHandler, ExecutorService socketExecutor) (package private)WebOptionsBuilder(Store store, Keys keys) protectedWhatsapp(Store store, Keys keys, ErrorHandler errorHandler, WebVerificationSupport webVerificationSupport, ExecutorService socketExecutor) -
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.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 keysMethods in it.auties.whatsapp.controller with parameters of type KeysModifier and TypeMethodDescriptionstatic byte[]ControllerSerializer.serializeKeys(Keys keys, boolean async) Serializes the keysConstructors in it.auties.whatsapp.controller with parameters of type KeysModifierConstructorDescriptionStoreKeysPair(Store store, Keys keys) Creates an instance of aStoreKeysPairrecord class. -
Uses of Keys in it.auties.whatsapp.registration
Fields in it.auties.whatsapp.registration declared as KeysMethods in it.auties.whatsapp.registration with parameters of type KeysModifier and TypeMethodDescriptionstatic StringTokenProvider.generateBusinessCertificate(Keys keys) private CompletableFuture<Map<String, Object>> HttpRegistration.getRegistrationOptions(Store store, Keys keys, boolean useToken, boolean isRetry, Map.Entry<String, Object>... attributes) private voidHttpRegistration.saveRegistrationStatus(Store store, Keys keys, boolean registered) Constructors in it.auties.whatsapp.registration with parameters of type KeysModifierConstructorDescriptionHttpRegistration(Store store, Keys keys, AsyncVerificationCodeSupplier codeHandler, VerificationCodeMethod method) -
Uses of Keys in it.auties.whatsapp.util
Methods in it.auties.whatsapp.util that return types with arguments of type KeysModifier and TypeMethodDescriptionDefaultControllerSerializer.deserializeKeys(ClientType type, long phoneNumber) DefaultControllerSerializer.deserializeKeys(ClientType type, String alias) DefaultControllerSerializer.deserializeKeys(ClientType type, UUID id) DefaultControllerSerializer.deserializeKeysFromId(ClientType type, String id) Methods in it.auties.whatsapp.util with parameters of type KeysModifier and TypeMethodDescriptionDefaultControllerSerializer.serializeKeys(Keys keys, boolean async)