public class Vertex
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
certToString() |
java.security.cert.X509Certificate |
getCertificate()
return the certificate for this vertex
|
int |
getIndex()
get the index for this vertex, where the index is the row of the
adjacency list that contains certificates that could follow this
certificate.
|
java.lang.Throwable |
getThrowable()
return the throwable associated with this vertex;
returns null if none.
|
java.lang.String |
indexToString()
return Vertex index as String compatible with
the way other Vertex.xToString() methods displays other information.
|
java.lang.String |
moreToString()
return Vertex index as String compatible with
the way other Vertex.xToString() methods display
information.
|
java.lang.String |
throwableToString()
return Vertex throwable as String compatible with
the way toString returns other information
|
java.lang.String |
toString()
Return full string representation of vertex
|
public java.security.cert.X509Certificate getCertificate()
public int getIndex()
public java.lang.Throwable getThrowable()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String certToString()
public java.lang.String throwableToString()
public java.lang.String moreToString()
public java.lang.String indexToString()