ipworkssmime
Class CertmgrKeyListEvent
java.lang.Object
java.util.EventObject
ipworkssmime.CertmgrKeyListEvent
- All Implemented Interfaces:
- java.io.Serializable
public class CertmgrKeyListEvent
- extends java.util.EventObject
Lists the keysets in a CSP (see the ListKeys
method).
The KeyContainer parameter is the name used to identify
the keyset (public/private key pair) when it was first
created.
KeyType shows the key type: 1 for key exchange (encryption)
keys, and 2 for digital signature keys.
KeyLen shows the length of the public key (in bits).
- See Also:
Certmgr
,
Certmgr.KeyListEvent
,
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 |
keyContainer
public java.lang.String keyContainer
keyType
public int keyType
algId
public java.lang.String algId
keyLen
public int keyLen
Copyright (c) 2013 /n software inc. - All rights reserved.