DiceKeys Seeded Cryptography Library
Exceptions

Exceptions thrown by this library. More...

Classes

class  CryptographicVerificationFailureException
 Thrown when a cryptographic operation fails due to keys or data being corrupted, modified, or of incorrect length. More...
 
class  KeyLengthException
 Thrown when a key is specified to be an invalid or incorrect length. More...
 
class  JsonParsingException
 Thrown when a JSON-string is not valid. More...
 
class  InvalidRecipeJsonException
 Thrown when a recipe string is not in valid JSON format and cannot be parsed. More...
 
class  InvalidRecipeValueException
 Thrown when a JSON value in the recipe is in an invalid format or contains an invalid value. More...
 

Detailed Description

Exceptions thrown by this library.