Package org.stellar.sdk
Class Base64Factory
java.lang.Object
org.stellar.sdk.Base64Factory
Factory class used to create
Base64 instances.
The class will try to load an implementation of Base64 using the ServiceLoader, if no implementation is found it will use the default implementation JDKBase64.
Note: The class should be limited to internal use only, and users should not use it directly.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Base64Factory
public Base64Factory()
-
-
Method Details
-
getInstance
-