Class FileEncryptionUtil


  • public final class FileEncryptionUtil
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BUFFER_SIZE_BYTES  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.pubnub.api.crypto.CryptoModule effectiveCryptoModule​(com.pubnub.api.crypto.CryptoModule cryptoModule, java.lang.String cipherKey)  
      static com.pubnub.api.crypto.CryptoModule effectiveCryptoModule​(PubNub pubNub, java.lang.String cipherKey)  
      • Methods inherited from class java.lang.Object

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

      • FileEncryptionUtil

        public FileEncryptionUtil()
    • Method Detail

      • effectiveCryptoModule

        public static com.pubnub.api.crypto.CryptoModule effectiveCryptoModule​(PubNub pubNub,
                                                                               java.lang.String cipherKey)
      • effectiveCryptoModule

        public static com.pubnub.api.crypto.CryptoModule effectiveCryptoModule​(com.pubnub.api.crypto.CryptoModule cryptoModule,
                                                                               java.lang.String cipherKey)