Uses of Class
dev.vality.damsel.proxy_provider.RecurrentTokenSession
Packages that use RecurrentTokenSession
-
Uses of RecurrentTokenSession in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as RecurrentTokenSessionMethods in dev.vality.damsel.proxy_provider that return RecurrentTokenSessionModifier and TypeMethodDescriptionRecurrentTokenSession.deepCopy()RecurrentTokenContext.getSession()RecurrentTokenSession.setState(byte[] state) RecurrentTokenSession.setState(ByteBuffer state) Methods in dev.vality.damsel.proxy_provider with parameters of type RecurrentTokenSessionModifier and TypeMethodDescriptionintRecurrentTokenSession.compareTo(RecurrentTokenSession other) booleanRecurrentTokenSession.equals(RecurrentTokenSession that) RecurrentTokenContext.setSession(RecurrentTokenSession session) Constructors in dev.vality.damsel.proxy_provider with parameters of type RecurrentTokenSessionModifierConstructorDescriptionRecurrentTokenContext(RecurrentTokenSession session, RecurrentTokenInfo token_info) Performs a deep copy on other.