ipworkssmime
Class SmimeRecipientInfoEvent
java.lang.Object
java.util.EventObject
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
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
encryptionAlgorithm
public java.lang.String encryptionAlgorithm
Copyright (c) 2013 /n software inc. - All rights reserved.