Package org.stellar.sdk.spi
package org.stellar.sdk.spi
Service Provider Interface (SPI) for platform-specific SDK implementations.
SdkProvider allows overriding default Base64 and Base32
implementations. This is primarily used to provide Android-compatible implementations for API
levels below 26 (Base64) and 28 (Base32).
- See Also:
-
InterfacesClassDescriptionAn abstract class for service providers that provide implementations of the SDK.