COSEAlgorithmIdentifier.UnsupportedAlgorithmIdentifierException

  • COSEAlgorithmIdentifier.UnsupportedAlgorithmIdentifierException is an exception thrown when an unsupported or unrecognized algorithm identifier is encountered.

  • It has a public constructor that takes an integer algId as an argument.

  • It inherits methods from the java.lang.Throwable and java.lang.Object classes.

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)