jsdsi
Class CertPathBuilderResult

java.lang.Object
  extended byjsdsi.CertPathBuilderResult
All Implemented Interfaces:
java.security.cert.CertPathBuilderResult, java.lang.Cloneable

public class CertPathBuilderResult
extends java.lang.Object
implements java.security.cert.CertPathBuilderResult

The result of a call to the cert path builder: contains the certification path itself.

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

Constructor Summary
CertPathBuilderResult(CertPath p, CertPathBuilderStats s)
          Creates a new CertPathBuilderResult from a given CertPath and CertPathBuilderStats.
 
Method Summary
 java.lang.Object clone()
           
 java.security.cert.CertPath getCertPath()
          Returns the CertPath of this CertPathBuilderResult.
 CertPathBuilderStats getStats()
          Returns the stats of this CertPathBuilderResult.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertPathBuilderResult

public CertPathBuilderResult(CertPath p,
                             CertPathBuilderStats s)
Creates a new CertPathBuilderResult from a given CertPath and CertPathBuilderStats.

Parameters:
p - CertPath for the new CertPathBuilderResult.
s - CertPathBuilderStats for the new CertPathBuilderResult.
Method Detail

getCertPath

public java.security.cert.CertPath getCertPath()
Returns the CertPath of this CertPathBuilderResult.

Specified by:
getCertPath in interface java.security.cert.CertPathBuilderResult
Returns:
the CertPath of this CertPathBuilderResult.

getStats

public CertPathBuilderStats getStats()
Returns the stats of this CertPathBuilderResult.

Returns:
the stats of this CertPathBuilderResult.

clone

public java.lang.Object clone()
Specified by:
clone in interface java.security.cert.CertPathBuilderResult
See Also:
Object.clone()


Copyright © 2002-2006 JSDSI. All Rights Reserved.