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
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.