IP*Works! S/MIME V9

ipworkssmime
Class CertmgrCertListEvent

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

public class CertmgrCertListEvent
extends java.util.EventObject

Lists the certificates in a store (see the ListStoreCertificates method).

The CertSubject and CertIssuer parameters contain distinguished names of the certificate owner and issuer respectively. The HasPrivateKey flag shows whether the private key for the certificate is available in the system.

The StoreList event and the ListCertificateStores and ListMachineStores methods are used to list the certificate stores in the system.

See Also:
Certmgr, Certmgr.CertListEvent, Serialized Form

Field Summary
 byte[] certEncoded
           
 java.lang.String certIssuer
           
 java.lang.String certSerialNumber
           
 java.lang.String certSubject
           
 boolean hasPrivateKey
           
 
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

certEncoded

public byte[] certEncoded

certSubject

public java.lang.String certSubject

certIssuer

public java.lang.String certIssuer

certSerialNumber

public java.lang.String certSerialNumber

hasPrivateKey

public boolean hasPrivateKey

IP*Works! S/MIME V9

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