Serialized Form
serialVersionUID: 1462294415585271228L
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
signed_data
SignedData signed_data
exception_
java.lang.Exception exception_
- The exception wrapped by this RuntimeException, if present.
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.
otherCert_
ASN1 otherCert_
otherCertFormat_
ObjectID otherCertFormat_
mlDataList_
MLData[] mlDataList_
mailListIdentifier_
EntityIdentifier mailListIdentifier_
- The ID of the MLA that caused/detected the loop
Package iaik.smime.ess.utils |
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.
serialVersionUID: -7463287126782906243L
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
reason_
int reason_
- The reason why no SignedReceipt has been created.
IAIK-CMS 6.0, (c) 2002 IAIK, (c) 2003, 2023 SIC