ipworkssmime
Class SmimeSignerCertInfoEvent
java.lang.Object
java.util.EventObject
ipworkssmime.SmimeSignerCertInfoEvent
- All Implemented Interfaces:
- java.io.Serializable
public class SmimeSignerCertInfoEvent
- extends java.util.EventObject
Fired during verification of the signed message.
During verification, this event will be raised while parsing the signer's
certificate information. The event will contain information about the Issuer and the SerialNumber of the expected certificate. This
event should be used to select the certificate to verify the signed message
during runtime if multiple certificates exist for the originator of this
message.
- See Also:
Smime
,
Smime.SignerCertInfoEvent
,
Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
issuer
public java.lang.String issuer
serialNumber
public java.lang.String serialNumber
Copyright (c) 2013 /n software inc. - All rights reserved.