jsdsi
Class CertPathBuilderStats

java.lang.Object
  extended byjsdsi.CertPathBuilderStats

public class CertPathBuilderStats
extends java.lang.Object

Statistics from a cert path builder process.

Version:
$Revision: 1.1.6.1 $ $Date: 2005/11/08 03:12:52 $
Author:
Sameer Ajmani
See Also:
CertPathBuilder, CertPathBuilderResult

Method Summary
 int getNumFetched()
          Returns the number of certs fetched from the cert store.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNumFetched

public int getNumFetched()
Returns the number of certs fetched from the cert store.

Returns:
the number of certs fetched from the cert store.


Copyright © 2002-2006 JSDSI. All Rights Reserved.