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