Package org.stellar.sdk.xdr
Class AuthCert.AuthCertBuilder
java.lang.Object
org.stellar.sdk.xdr.AuthCert.AuthCertBuilder
- Enclosing class:
AuthCert
-
Method Summary
Modifier and TypeMethodDescriptionbuild()expiration(Uint64 expiration) Value of theexpirationfield.pubkey(Curve25519Public pubkey) Value of thepubkeyfield.Value of thesigfield.toString()
-
Method Details
-
pubkey
Value of thepubkeyfield.- Parameters:
pubkey- thepubkeyfield value- Returns:
this.
-
expiration
Value of theexpirationfield.- Parameters:
expiration- theexpirationfield value- Returns:
this.
-
sig
Value of thesigfield.- Parameters:
sig- thesigfield value- Returns:
this.
-
build
-
toString
-