IAIK High-Level API
version 1.1

iaik.hlapi
Class SignatureVerificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by iaik.hlapi.HlApiException
              extended by iaik.hlapi.SignatureVerificationException
All Implemented Interfaces:
Serializable

public class SignatureVerificationException
extends HlApiException

This exception signals that the cryptographic verification of a signature value failed.

See Also:
Serialized Form

Constructor Summary
SignatureVerificationException(String s)
          Constructor taking a message string.
SignatureVerificationException(String s, Throwable cause)
          Constructor taking a message string and a lower-level exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SignatureVerificationException

public SignatureVerificationException(String s)
Constructor taking a message string.

Parameters:
s - The message.

SignatureVerificationException

public SignatureVerificationException(String s,
                                      Throwable cause)
Constructor taking a message string and a lower-level exception.

Parameters:
s - The message.
cause - The inner exception.

IAIK High-Level API
version 1.1

Copyright © 2007, IAIK, Graz University of Technology
Copyright © 2007, Stiftung SIC