public class

Vertex

extends Object
java.lang.Object
   ↳ sun.security.provider.certpath.Vertex

Summary

Public Methods
String certToString()
Return string representation of this vertex's certificate information.
Certificate 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.
Throwable getThrowable()
return the throwable associated with this vertex; returns null if none.
String indexToString()
return Vertex index as String compatible with the way other Vertex.xToString() methods displays other information.
String moreToString()
return Vertex index as String compatible with the way other Vertex.xToString() methods display information.
String throwableToString()
return Vertex throwable as String compatible with the way toString returns other information
String toString()
Return full string representation of vertex
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String certToString ()

Return string representation of this vertex's certificate information.

public Certificate getCertificate ()

return the certificate for this vertex

public 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.

public Throwable getThrowable ()

return the throwable associated with this vertex; returns null if none.

public String indexToString ()

return Vertex index as String compatible with the way other Vertex.xToString() methods displays other information.

public String moreToString ()

return Vertex index as String compatible with the way other Vertex.xToString() methods display information.

public String throwableToString ()

return Vertex throwable as String compatible with the way toString returns other information

public String toString ()

Return full string representation of vertex

Returns
  • a string representation of the object.