Package dev.sodot.hftsigner
Class SodotVertexDetails
java.lang.Object
dev.sodot.hftsigner.SodotVertexDetails
SodotVertexDetails class.
-
Constructor Summary
ConstructorsConstructorDescriptionSodotVertexDetails(String uri, String apiKey, SodotKeyIdent keyIdent) Constructor for SodotVertexDetails. -
Method Summary
Modifier and TypeMethodDescriptiongetVertexDetails(com.google.flatbuffers.FlatBufferBuilder builder) getVertexDetails.toString()
-
Constructor Details
-
SodotVertexDetails
public SodotVertexDetails(String uri, String apiKey, SodotKeyIdent keyIdent) throws URISyntaxException, IllegalArgumentException Constructor for SodotVertexDetails.
- Parameters:
uri- the uri to the vertex as aStringapiKey- the api key in the vertex with the `attested_export` role as aStringkeyIdent- the key identifier, either a name or an IDSodotKeyIdent- Throws:
URISyntaxException- if the given host is not a valid URI.IllegalArgumentException
-
-
Method Details
-
getVertexDetails
getVertexDetails.
- Parameters:
builder- aFlatBufferBuilderobject- Returns:
- a
VertexDetailsobject
-
toString
-