codec.pkcs7
Class NoSuchSignerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.security.GeneralSecurityException
                    |
                    +--java.security.SignatureException
                          |
                          +--codec.pkcs7.NoSuchSignerException
All Implemented Interfaces:
Serializable

public class NoSuchSignerException
extends SignatureException

Thrown when a SignerInfo is not found. This can happen e.g. when a Verifier is initialized with a certificate and SignedData but the SignedData instance does not contain a SignerInfo that matches the subject of the given certificate.

Version:
"$Id: NoSuchSignerException.java,v 1.2 2000/12/06 17:47:32 vroth Exp $"
Author:
Volker Roth
See Also:
Serialized Form

Constructor Summary
NoSuchSignerException()
          Creates an instance.
NoSuchSignerException(String message)
          Creates an instance with the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchSignerException

public NoSuchSignerException()
Creates an instance.

NoSuchSignerException

public NoSuchSignerException(String message)
Creates an instance with the given message.
Parameters:
message - The message.


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.