jsdsi
Class CertPathBuilderResult

java.lang.Object
  |
  +--jsdsi.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.

Author:
Sameer Ajmani
See Also:
CertPathBuilder

Constructor Summary
CertPathBuilderResult(CertPath p, CertPathBuilderStats s)
           
 
Method Summary
 java.lang.Object clone()
           
 java.security.cert.CertPath getCertPath()
           
 CertPathBuilderStats getStats()
           
 
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)
Method Detail

getCertPath

public java.security.cert.CertPath getCertPath()
Specified by:
getCertPath in interface java.security.cert.CertPathBuilderResult

getStats

public CertPathBuilderStats getStats()

clone

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