Class GiniCrypto


  • public abstract class GiniCrypto
    extends java.lang.Object
    Created by Alpar Szotyori on 08.10.2018. Copyright (c) 2018 Gini GmbH.
    • Constructor Summary

      Constructors 
      Constructor Description
      GiniCrypto()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String decrypt​(java.lang.String encrypted)  
      java.lang.String encrypt​(java.lang.String text)  
      static GiniCrypto newInstance​(android.content.SharedPreferences sharedPreferences, android.content.Context context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GiniCrypto

        public GiniCrypto()