Package org.stellar.sdk.xdr
Class AuthCert
java.lang.Object
org.stellar.sdk.xdr.AuthCert
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AuthCertdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, AuthCert encodedAuthCert) booleanstatic AuthCertfromXdrBase64(String xdr) static AuthCertfromXdrByteArray(byte[] xdr) getSig()inthashCode()voidsetExpiration(Uint64 value) voidsetPubkey(Curve25519Public value) voidbyte[]
-
Constructor Details
-
AuthCert
public AuthCert()
-
-
Method Details
-
getPubkey
-
setPubkey
-
getExpiration
-
setExpiration
-
getSig
-
setSig
-
encode
- Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-