Class EncryptorsKt

  • All Implemented Interfaces:

    
    public final class EncryptorsKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getEncryptionEnabled() Is encryption enabled?
      final static String shaS256(String s) Encrypt with sha256.
      final static String encrypt(String s) Encrypt a string and return the result.
      final static String decrypt(String s) Decrypt a string and return the result.
      final static Unit initEncryptor() Init encryption utilities.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait