當前位置: 首頁>>代碼示例>>C#>>正文


C# Core.PubnubCrypto類代碼示例

本文整理匯總了C#中PubNubMessaging.Core.PubnubCrypto的典型用法代碼示例。如果您正苦於以下問題:C# PubnubCrypto類的具體用法?C# PubnubCrypto怎麽用?C# PubnubCrypto使用的例子?那麽, 這裏精選的類代碼示例或許可以為您提供幫助。


PubnubCrypto類屬於PubNubMessaging.Core命名空間,在下文中一共展示了PubnubCrypto類的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的C#代碼示例。

示例1: TestNullDecryption

        public void TestNullDecryption()
        {
            bool isExpectedException = false;
            string decryptedMessage = "";
            ThreadPool.QueueUserWorkItem((s) =>
                {
                    PubnubCrypto pc = new PubnubCrypto("enigma");
                    //deserialized string
                    string message = null;
                    try
                    {
                        //Decrypt
                        decryptedMessage = pc.Decrypt(message);
                    }
                    catch (ArgumentNullException)
                    {
                        isExpectedException = true;
                    }

                    Deployment.Current.Dispatcher.BeginInvoke(() =>
                        {
                            //Assert.AreEqual("", dec);
                            Assert.IsTrue(isExpectedException);
                            TestComplete();
                        });
                });
        }
開發者ID:hellogurus,項目名稱:pubnub-api,代碼行數:27,代碼來源:EncryptionTests.cs

示例2: TestNullEncryption

 public void TestNullEncryption()
 {
     PubnubCrypto pc = new PubnubCrypto("enigma");
     //serialized string
     string message = null;
     
     //encrypt
     string encryptedMessage = pc.Encrypt(message);
 }
開發者ID:Vlanta,項目名稱:c-sharp,代碼行數:9,代碼來源:EncryptionTests.cs

示例3: TestYayDecryptionBasic

 public void TestYayDecryptionBasic()
 {
     PubnubCrypto pc = new PubnubCrypto("enigma");
     string message = "q/xJqqN6qbiZMXYmiQC1Fw==";
     //decrypt
     string decryptedMessage = pc.Decrypt(message);
     //deserialize again
     Assert.AreEqual("yay!", decryptedMessage);
 }
開發者ID:hellogurus,項目名稱:pubnub-api,代碼行數:9,代碼來源:EncryptionTests.cs

示例4: TestYayEncryptionBasic

 public void TestYayEncryptionBasic ()
 {
     PubnubCrypto pubnubCrypto = new PubnubCrypto ("enigma");
     //deserialized string
     string message = "yay!";
     //Encrypt
     string encrypted = pubnubCrypto.Encrypt (message);
     Assert.True (("q/xJqqN6qbiZMXYmiQC1Fw==").Equals (encrypted));
 }
開發者ID:eval01-tts,項目名稱:unity,代碼行數:9,代碼來源:EncryptionTests.cs

示例5: TestYayDecryptionBasic

        public void TestYayDecryptionBasic ()
        {
            PubnubCrypto pubnubCrypto = new PubnubCrypto ("enigma");
            string message = "q/xJqqN6qbiZMXYmiQC1Fw==";
            //decrypt
            string decrypted = pubnubCrypto.Decrypt (message);

            Assert.True (("yay!").Equals (decrypted));
        }
開發者ID:eval01-tts,項目名稱:unity,代碼行數:9,代碼來源:EncryptionTests.cs

示例6: TestNullDecryption

        public void TestNullDecryption()
        {
            PubnubCrypto pc = new PubnubCrypto("enigma");
            //deserialized string
            string message = null;
            //decrypt
            string decryptedMessage = pc.Decrypt(message);

            Assert.AreEqual("", decryptedMessage);
        }
開發者ID:hellogurus,項目名稱:pubnub-api,代碼行數:10,代碼來源:EncryptionTests.cs

示例7: TestGermanCharsDecryption

 public void TestGermanCharsDecryption()
 {
     PubnubCrypto pc = new PubnubCrypto("enigma");
     string message = "stpgsG1DZZxb44J7mFNSzg==";
     //Decrypt
     string decryptedMessage = pc.Decrypt(message);
     //deserialize
     message = (decryptedMessage != "**DECRYPT ERROR**") ? JsonConvert.DeserializeObject<string>(decryptedMessage) : "";
     Assert.AreEqual("ÜÖ", message);
 }
開發者ID:RecursosOnline,項目名稱:c-sharp,代碼行數:10,代碼來源:EncryptionTests.cs

示例8: TestGermanCharsEncryption

        public void TestGermanCharsEncryption()
        {
            PubnubCrypto pc = new PubnubCrypto("enigma");
            string message = "ÜÖ";

            message = JsonConvert.SerializeObject(message);

            string encryptedMessage = pc.Encrypt(message);

            Assert.AreEqual("stpgsG1DZZxb44J7mFNSzg==", encryptedMessage);
        }
開發者ID:RecursosOnline,項目名稱:c-sharp,代碼行數:11,代碼來源:EncryptionTests.cs

示例9: TestArrayEncryption

 public void TestArrayEncryption()
 {
     PubnubCrypto pc = new PubnubCrypto("enigma");
     //create an empty array object
     object[] emptyArray = { };
     //serialize
     string serializedArray = JsonConvert.SerializeObject(emptyArray);
     //Encrypt
     string encryptedMessage = pc.Encrypt(serializedArray);
     Assert.AreEqual("Ns4TB41JjT2NCXaGLWSPAQ==", encryptedMessage);
 }
開發者ID:RecursosOnline,項目名稱:c-sharp,代碼行數:11,代碼來源:EncryptionTests.cs

示例10: TestYayEncryption

 public void TestYayEncryption ()
 {
     PubnubCrypto pubnubCrypto = new PubnubCrypto("enigma");
     //deserialized string
     string message= "yay!";
     //serialize the string
     message= JsonConvert.SerializeObject(message);
     Console.WriteLine(message);
     //Encrypt
     string encrypted= pubnubCrypto.Encrypt(message);
     Assert.AreEqual("Wi24KS4pcTzvyuGOHubiXg==", encrypted);
 }
開發者ID:Vlanta,項目名稱:c-sharp,代碼行數:12,代碼來源:EncryptionTests.cs

示例11: TestYayEncryption

    public void TestYayEncryption ()
    {
      PubnubCrypto pubnubCrypto = new PubnubCrypto("enigma");
      //deserialized string
      string message= "yay!";
      //serialize the string
      message = Common.Serialize(message);
      Console.WriteLine(message);
      //Encrypt
      string encrypted= pubnubCrypto.Encrypt(message);
	  Assert.True(("Wi24KS4pcTzvyuGOHubiXg==").Equals(encrypted));
    }
開發者ID:Evgeniy20,項目名稱:c-sharp,代碼行數:12,代碼來源:EncryptionTests.cs

示例12: TestYayDecryption

 public void TestYayDecryption ()
 {
     PubnubCrypto pubnubCrypto = new PubnubCrypto("enigma");
     //Non deserialized string
     string message= "\"Wi24KS4pcTzvyuGOHubiXg==\"";
     //Deserialize 
     message= JsonConvert.DeserializeObject<string>(message);
     //decrypt
     string decrypted= pubnubCrypto.Decrypt(message);
     //deserialize again
     message= JsonConvert.DeserializeObject<string>(decrypted);
     Assert.AreEqual("yay!", message);
 }
開發者ID:Vlanta,項目名稱:c-sharp,代碼行數:13,代碼來源:EncryptionTests.cs

示例13: TestArrayDecryption

 public void TestArrayDecryption()
 {
     PubnubCrypto pc = new PubnubCrypto("enigma");
     //Input the deserialized string
     string message = "Ns4TB41JjT2NCXaGLWSPAQ==";
     //Decrypt
     string decryptedMessage = pc.Decrypt(message);
     //create a serialized object
     object[] emptyArrayObject = { };
     string result = JsonConvert.SerializeObject(emptyArrayObject);
     //compare the serialized object and the return of the Decrypt method
     Assert.AreEqual(result, decryptedMessage);
 }
開發者ID:RecursosOnline,項目名稱:c-sharp,代碼行數:13,代碼來源:EncryptionTests.cs

示例14: TestYayDecryptionMiniJson

        public void TestYayDecryptionMiniJson ()
        {
            PubnubCrypto pubnubCrypto = new PubnubCrypto ("enigma");
            //Non deserialized string
            string message = "\"Wi24KS4pcTzvyuGOHubiXg==\"";

            //Deserialize 
            message = Common.DeserializeMiniJson<string> (message);

            //decrypt
            string decrypted = pubnubCrypto.Decrypt (message);
            //deserialize again
            message = Common.DeserializeMiniJson<string> (decrypted);
            Assert.True (("yay!").Equals (message));
        }
開發者ID:eval01-tts,項目名稱:unity,代碼行數:15,代碼來源:EncryptionTests.cs

示例15: TestArrayEncryption

 public void TestArrayEncryption()
 {
     ThreadPool.QueueUserWorkItem((s) =>
         {
             PubnubCrypto pc = new PubnubCrypto("enigma");
             //create an empty array object
             object[] emptyArray = { };
             //serialize
             string serializedArray = JsonConvert.SerializeObject(emptyArray);
             //Encrypt
             string encryptedMessage = pc.Encrypt(serializedArray);
             Deployment.Current.Dispatcher.BeginInvoke(() =>
                 {
                     Assert.AreEqual("Ns4TB41JjT2NCXaGLWSPAQ==", encryptedMessage);
                     TestComplete();
                 });
         });
 }
開發者ID:RecursosOnline,項目名稱:c-sharp,代碼行數:18,代碼來源:EncryptionTests.cs


注:本文中的PubNubMessaging.Core.PubnubCrypto類示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。