IP*Works! S/MIME V9

ipworkssmime
Class CertmgrKeyListEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 java.lang.String algId
           
 java.lang.String keyContainer
           
 int keyLen
           
 int keyType
           
 
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

keyContainer

public java.lang.String keyContainer

keyType

public int keyType

algId

public java.lang.String algId

keyLen

public int keyLen

IP*Works! S/MIME V9

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