Class EntityCrypto.StorageHandler

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected StorageHandler()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      protected abstract byte[] decodeKeyBytes​(java.lang.String keyText)  
      protected abstract byte[] decryptValue​(byte[] key, ModelField.EncryptMethod encryptMethod, java.lang.String encryptedString)  
      protected abstract java.lang.String encodeKey​(byte[] key)  
      protected abstract java.lang.String encryptValue​(ModelField.EncryptMethod encryptMethod, byte[] key, byte[] objBytes)  
      protected abstract java.security.Key generateNewKey()  
      protected abstract java.lang.String getHashedKeyName​(java.lang.String originalKeyName)  
      protected abstract java.lang.String getKeyMapPrefix​(java.lang.String hashedKeyName)  
      • Methods inherited from class java.lang.Object

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