Uses of Class
com.digt.trusted.crypto.CryptoException

Packages that use CryptoException
com.digt.trusted.crypto   
 

Uses of CryptoException in com.digt.trusted.crypto
 

Subclasses of CryptoException in com.digt.trusted.crypto
 class InvalidCipherTextException
          this exception is thrown whenever we find something we don't expect in a message.
 

Methods in com.digt.trusted.crypto that throw CryptoException
 byte[] Signer.generateSignature()
          generate a signature for the message we've been loaded with using the key we were initialised with.