Uses of Class
io.github.hapjava.server.impl.pairing.HomekitSRP6ServerSession.State
-
Packages that use HomekitSRP6ServerSession.State Package Description io.github.hapjava.server.impl.pairing -
-
Uses of HomekitSRP6ServerSession.State in io.github.hapjava.server.impl.pairing
Methods in io.github.hapjava.server.impl.pairing that return HomekitSRP6ServerSession.State Modifier and Type Method Description HomekitSRP6ServerSession.StateHomekitSRP6ServerSession. getState()Returns the current state of this SRP-6a authentication session.static HomekitSRP6ServerSession.StateHomekitSRP6ServerSession.State. valueOf(String name)Returns the enum constant of this type with the specified name.static HomekitSRP6ServerSession.State[]HomekitSRP6ServerSession.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-