Class Base64Factory

java.lang.Object
org.stellar.sdk.Base64Factory

public class Base64Factory extends Object
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 Details

    • Base64Factory

      public Base64Factory()
  • Method Details

    • getInstance

      public static Base64 getInstance()