Serialized Form


Package iaik.cms

Class iaik.cms.CertificateNotFoundException extends CMSSignatureException implements Serializable

Class iaik.cms.CMSCertList extends java.lang.Object implements Serializable

serialVersionUID: 1462294415585271228L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Implements the Serializable interface. Reads from the ObjectInputStream and decodes the derived ASN.1 Object.

Throws:
java.io.IOException - if some I/O error occurs
java.lang.ClassNotFoundException - if an error occurs during de-serialiazation

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Implements the Serializable interface. Transforms this CMSCertList into a DER encoded byte array and writes it to the given ObjectOutputStream.

Throws:
java.io.IOException - if some I/O error occurs
Serialized Fields

signed_data

SignedData signed_data

Class iaik.cms.CMSCryptoException extends CMSException implements Serializable

Class iaik.cms.CMSException extends java.lang.Exception implements Serializable

Class iaik.cms.CMSMacException extends CMSCryptoException implements Serializable

Class iaik.cms.CMSParsingException extends CMSException implements Serializable

Class iaik.cms.CMSRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

exception_

java.lang.Exception exception_
The exception wrapped by this RuntimeException, if present.

Class iaik.cms.CMSSignatureException extends java.security.SignatureException implements Serializable

Serialized Fields

signerID_

CertificateIdentifier signerID_
The ID of the entity for which signature verification has failed.


wrappedException_

java.lang.Exception wrappedException_
The (original) exception that has caused (is wrapped by) this CMSSignatureException.

Class iaik.cms.InvalidContentHashException extends CMSSignatureException implements Serializable

Class iaik.cms.InvalidContentTypeException extends CMSSignatureException implements Serializable

Class iaik.cms.InvalidSignatureValueException extends CMSSignatureException implements Serializable

Class iaik.cms.OtherCertificate extends java.security.cert.Certificate implements Serializable

Serialized Fields

otherCert_

ASN1 otherCert_

otherCertFormat_

ObjectID otherCertFormat_

Package iaik.smime

Class iaik.smime.SMimeException extends CMSException implements Serializable

Class iaik.smime.SMimeRuntimeException extends CMSRuntimeException implements Serializable


Package iaik.smime.ess

Class iaik.smime.ess.ESSException extends SMimeException implements Serializable

Class iaik.smime.ess.ESSRuntimeException extends SMimeRuntimeException implements Serializable

Class iaik.smime.ess.MLExpansionHistoryOverflowException extends ESSRuntimeException implements Serializable

Serialized Fields

mlDataList_

MLData[] mlDataList_

Class iaik.smime.ess.MLExpansionLoopException extends ESSRuntimeException implements Serializable

Serialized Fields

mailListIdentifier_

EntityIdentifier mailListIdentifier_
The ID of the MLA that caused/detected the loop

Class iaik.smime.ess.SecurityLabelException extends ESSRuntimeException implements Serializable


Package iaik.smime.ess.utils

Class iaik.smime.ess.utils.CertificateDatabaseException extends java.lang.Exception implements Serializable

Class iaik.smime.ess.utils.ESSLayerException extends ESSException implements Serializable

Serialized Fields

reason_

int reason_
The reason why no SignedReceipt has been created.


wrappedException_

java.lang.Exception wrappedException_
The (original) exception that caused (is wrapped by) this ESSLayerException. May be null, if this ESSLayerException itself is the original exception.


layer_

ESSLayer layer_
The layer that caused the exception.

Class iaik.smime.ess.utils.KeyDatabaseException extends CertificateDatabaseException implements Serializable

Class iaik.smime.ess.utils.KeyStoreDatabaseException extends KeyDatabaseException implements Serializable

Class iaik.smime.ess.utils.PasswordDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -7463287126782906243L

Serialized Fields

panel1_

javax.swing.JPanel panel1_
Content pane


gridBagLayout1_

java.awt.GridBagLayout gridBagLayout1_
Layout for content pane


jLPassword_

javax.swing.JLabel jLPassword_
Label for password field


jPFPassword_

javax.swing.JPasswordField jPFPassword_
Password field


jButtonOK_

javax.swing.JButton jButtonOK_
OK button


jButtonCancel_

javax.swing.JButton jButtonCancel_
CANCEL button


title_

java.lang.String title_
Title of this dialog


msg_

java.lang.String msg_
Message in this dialog


password_

char[] password_
The password

Class iaik.smime.ess.utils.SignedReceiptException extends ESSException implements Serializable

Serialized Fields

reason_

int reason_
The reason why no SignedReceipt has been created.


This Javadoc may contain text parts from text parts from IETF Internet Standard specifications (see copyright note).

IAIK-CMS 6.0, (c) 2002 IAIK, (c) 2003, 2023 SIC