Package com.yubico.webauthn.exception
Class InvalidSignatureCountException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.yubico.webauthn.exception.AssertionFailedException
com.yubico.webauthn.exception.InvalidSignatureCountException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidSignatureCountException
(ByteArray credentialId, long expectedMinimum, long received) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InvalidSignatureCountException
-
-
Method Details