IP*Works! S/MIME V9

ipworkssmime
Class SmimeSignerCertInfoEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 java.lang.String issuer
           
 java.lang.String serialNumber
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
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
 

Field Detail

issuer

public java.lang.String issuer

serialNumber

public java.lang.String serialNumber

IP*Works! S/MIME V9

Copyright (c) 2013 /n software inc. - All rights reserved.