| Class and Description |
|---|
| org.stellar.sdk.operations.AllowTrustOperation
As of release 0.24.0, replaced by
SetTrustlineFlagsOperation
Represents AllowTrust operation. |
| org.stellar.sdk.responses.operations.AllowTrustOperationResponse
As of release 0.24.0, replaced by
SetTrustLineFlagsOperationResponse
Represents AllowTrust operation response. |
| org.stellar.sdk.responses.effects.TrustlineAuthorizedEffectResponse
As of release 0.24.0, replaced by
TrustlineFlagsUpdatedEffectResponse
Represents trustline_authorized effect response. |
| org.stellar.sdk.responses.effects.TrustlineAuthorizedToMaintainLiabilitiesEffectResponse
As of release 0.24.0, replaced by
TrustlineFlagsUpdatedEffectResponse
Represents trustline_authorized_to_maintain_liabilities effect response. |
| org.stellar.sdk.responses.effects.TrustlineDeauthorizedEffectResponse
As of release 0.24.0, replaced by
TrustlineFlagsUpdatedEffectResponse
Represents trustline_deauthorized effect response. |
| Method and Description |
|---|
| org.stellar.sdk.StrKey.decodeMuxedAccount(String) |
| org.stellar.sdk.StrKey.encodeEd25519PublicKey(AccountID) |
| org.stellar.sdk.StrKey.encodeMuxedAccount(MuxedAccount) |
| org.stellar.sdk.StrKey.encodeToXDRAccountId(String) |
| org.stellar.sdk.StrKey.encodeToXDRMuxedAccount(String) |
| org.stellar.sdk.responses.sorobanrpc.GetTransactionsResponse.Transaction.parseDiagnosticEventsXdr() |
| org.stellar.sdk.xdr.XdrDataInputStream.readDoubleArray()
This method does not validate the array length and may cause OutOfMemoryError or
NegativeArraySizeException with untrusted input. Use generated XDR type decoders instead
which include proper validation.
|
| org.stellar.sdk.xdr.XdrDataInputStream.readFloatArray()
This method does not validate the array length and may cause OutOfMemoryError or
NegativeArraySizeException with untrusted input. Use generated XDR type decoders instead
which include proper validation.
|
| org.stellar.sdk.xdr.XdrDataInputStream.readIntArray()
This method does not validate the array length and may cause OutOfMemoryError or
NegativeArraySizeException with untrusted input. Use generated XDR type decoders instead
which include proper validation.
|