|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jsdsi.CertPathBuilderResult
The result of a call to the cert path builder: contains the certification path itself.
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 |
public CertPathBuilderResult(CertPath p, CertPathBuilderStats s)
CertPathBuilderResult
from a given
CertPath
and CertPathBuilderStats
.
p
- CertPath
for the new
CertPathBuilderResult
.s
- CertPathBuilderStats
for the new
CertPathBuilderResult
.Method Detail |
public java.security.cert.CertPath getCertPath()
CertPath
of this
CertPathBuilderResult
.
getCertPath
in interface java.security.cert.CertPathBuilderResult
CertPath
of this
CertPathBuilderResult
.public CertPathBuilderStats getStats()
CertPathBuilderResult
.
CertPathBuilderResult
.public java.lang.Object clone()
clone
in interface java.security.cert.CertPathBuilderResult
Object.clone()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |