AI-generated Key Takeaways
-
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
andjava.lang.Object
classes.
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
.