IP*Works! S/MIME V9

ipworkssmime
Class SmimeRecipientInfoEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworkssmime.SmimeRecipientInfoEvent
All Implemented Interfaces:
java.io.Serializable

public class SmimeRecipientInfoEvent
extends java.util.EventObject

Fired for each recipient certificate of the encrypted message.

When GetRecipientInfo has been called on a valid encrypted message, this event will fire for each recipient certificate that the message has been encrypted for.

It will contain information about the Issuer and the SerialNumber of the recipient cert.

The EncryptionAlgorithm will contain the algorithm used to encrypt the message.

See Also:
Smime, Smime.RecipientInfoEvent, Serialized Form

Field Summary
 java.lang.String encryptionAlgorithm
           
 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

encryptionAlgorithm

public java.lang.String encryptionAlgorithm

IP*Works! S/MIME V9

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