(CodenameOneImplementation impl)
| 1781 | /// |
| 1782 | /// - `impl`: implementation instance |
| 1783 | public static void setImplementation(CodenameOneImplementation impl) { |
| 1784 | implInstance = impl; |
| 1785 | } |
| 1786 | |
| 1787 | // ---------------------------------------------------------------- |
| 1788 | // Narrow crypto bridge -- used by com.codename1.security to talk to the |