codec.pkcs9
Class InvalidAttributeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.security.GeneralSecurityException
|
+--codec.pkcs9.InvalidAttributeException
- All Implemented Interfaces:
- Serializable
- public class InvalidAttributeException
- extends GeneralSecurityException
Thrown when a given Attribute does not match a required one,
e.g. if the authenticated PKCS#9 ContentType attribute of a
SignerInfo does not match the content type of a corresponding
SignedData.
- Version:
- "$Id: InvalidAttributeException.java,v 1.2 2000/12/06 17:47:33 vroth
Exp $"
- Author:
- Volker Roth
- See Also:
- Serialized Form
InvalidAttributeException
public InvalidAttributeException()
- Creates an instance.
InvalidAttributeException
public InvalidAttributeException(String message)
- Creates an instance with the given message.
- Parameters:
message - The message.
Copyright © Fraunhofer Gesellschaft. All Rights Reserved.