COSEAlgorithmIdentifier.UnsupportedAlgorithmIdentifierException

  • 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.

public static class COSEAlgorithmIdentifier.UnsupportedAlgorithmIdentifierException extends Exception

Exception thrown when an unsupported or unrecognized algorithm identifier is encountered.

Public Constructor Summary

Inherited Method Summary

Public Constructors

public UnsupportedAlgorithmIdentifierException (int algId)