AI-generated Key Takeaways
-
COSEAlgorithmIdentifier.UnsupportedAlgorithmIdentifierException
signals that an unsupported or unrecognized algorithm identifier was encountered. -
This exception is a subclass of
Exception
and provides a constructor that accepts the unsupported algorithm ID. -
It inherits methods from
Throwable
for handling and inspecting the exception, including getting the message, stack trace, and cause. -
Developers should handle this exception to gracefully manage scenarios where an unsupported algorithm is used in FIDO2 operations.
Exception thrown when an unsupported or unrecognized algorithm identifier is encountered.
Public Constructor Summary
UnsupportedAlgorithmIdentifierException(int algId)
Constructor for the
COSEAlgorithmIdentifier.UnsupportedAlgorithmIdentifierException .
|
Inherited Method Summary
Public Constructors
public UnsupportedAlgorithmIdentifierException (int algId)
Constructor for the
COSEAlgorithmIdentifier.UnsupportedAlgorithmIdentifierException
.