A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
SRP6 — class, package net.tynril.crypto.srp6
This is an ActionScript 3 implementation of the SRP-6a system, which allows a secure exchange of password between a host and a client without a trusted third-party.
SRP6() — Constructor, class net.tynril.crypto.srp6.SRP6
Creates a new instance of the SRP6 algorithm.
status — Property, class net.tynril.crypto.srp6.SRP6
Get the current status of this instance.
STATUS_AUTHENTICATED — Constant Static Property, class net.tynril.crypto.srp6.SRP6
The proof of session key sent by the server is matching our expectation, the session is valid and the server can be trusted.
STATUS_ERROR — Constant Static Property, class net.tynril.crypto.srp6.SRP6
Something went wrong during the calculation.
STATUS_HANDSHAKED — Constant Static Property, class net.tynril.crypto.srp6.SRP6
The salt and 'B' token were received from the server.
STATUS_IDENTIFIED — Constant Static Property, class net.tynril.crypto.srp6.SRP6
The user has identified himself to the server by sending his or her username and 'A' token.
STATUS_INITIALIZED — Constant Static Property, class net.tynril.crypto.srp6.SRP6
The protocol was initialized and is ready to be used, starting with the step one, computeClientToken.
STATUS_PROOF_SENT — Constant Static Property, class net.tynril.crypto.srp6.SRP6
The proof of session key 'M' was sent to the server.
STATUS_UNINITIALIZED — Constant Static Property, class net.tynril.crypto.srp6.SRP6
Initial status of the authentication protocol.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z