| Interface | Description |
|---|---|
| SignatureCounter |
An interface that allows
authenticators to keep track of the number
of signatures they have performed. |
| Class | Description |
|---|---|
| GlobalSignatureCounter |
A signature counter implementation that counts the total number of performed signatures rather than maintaining
a separate count for each known credential.
|
| NoSignatureCounter |
A signature counter implementation that always returns
0 and effectively does nothing. |
| PerCredentialSignatureCounter |
An implementation of
SignatureCounter that maintains a separate signature count for each credential ID. |