| Interface | Description |
|---|---|
| SelfExpiringMap<K,V> |
https://gist.github.com/pcan/16faf4e59942678377e0#file-selfexpiringhashmap-java
|
| Class | Description |
|---|---|
| SelfExpiringHashMap<K,V> |
As described in http://stackoverflow.com/a/30681018/2863942
https://gist.github.com/pcan/16faf4e59942678377e0#file-selfexpiringhashmap-java
A thread-safe implementation of a HashMap which entries expires after the specified life time.
|
| SqrlConfigHelper | |
| SqrlConstants |
SQRL constants
|
| SqrlSanitize |
Helper class to ensure data coming from the Internet is sanitized against security vulnerabilities such as XSS.
|
| SqrlServiceExecutor | |
| SqrlUtil |
Various utility methods used by the rest of the SQRL code, including base64URL
|
| Exception | Description |
|---|---|
| SqrlException |
SQRL exception class
|
| SqrlIllegalDataException |
Copyright © 2016. All rights reserved.