<< < 70 71 72 73 74 75 76 77 78 79 80 > >>   ∑:9086  Sort:Date

2-Step Message Encryption - Symmetric and RSA
This section describes how SoapUI performs the SOAP message entryption in 2 steps: encrypt the SOAP message with random secret key and encrypt the secret key with receiver's RSA public key.
2017-12-31, ∼740🔥, 1💬

💬 2017-12-31 Alex-RU: Thank you, a good man.

JSTL Example - Loop Tag on Map Objects
This section provides a tutorial example on how to use a c:forEach JSTL tag to loop through entries in a java.util.Map object.
2016-03-28, ∼740🔥, 1💬

SOAP Module - Creating and Calling Web Services
This chapter provides tutorial examples and notes about SOAP module for creating and calling Web services. Topics include PHP implementations of SOAP, the SOAP extension library, SOAP client functions, Calling Web services with and without using the WSDL standard, example scripts to dump SOAP commun...
2024-07-20, ∼739🔥, 0💬

JVM Garbage Collection Logging
This chapter provides tutorial notes and example codes on JVM options for garbage collection logging. Topics include a summary of logging options; examples of log messages for '-Xlog:gc', '-Xlog:gc:file', -Xlog:gc=trace', '-Xlog:gc+heap=trace', '-Xlog:gc*=trace', etc.
2022-10-01, ∼739🔥, 0💬

SSL Socket Communication Testing Programs
This chapter provides tutorial notes and example codes on the SSL socket communication. Topics include SSL socket communication test requirements and programs; using trusted key store to fix self-signed certificates issue; using debug option to see SSL communication handshake details.
2018-08-01, ∼739🔥, 7💬

💬 2017-11-27 Herong: Sandeep, not sure. It uses TCP protocol, lower than HTTP post. But you can try it.

💬 2017-11-22 Sandeep: Can this also read post request from cleint

💬 2017-03-02 Herong: hemanth, you can follow SSL Client Authentication tutorials to see how to enable client authentication.

💬 2017-03-01 hemanth: How do i enable client authentication. I know that i have to set server to need client auth which i did but what about the clien...

💬 2016-06-10 Herong: Algérian, did you find what you were looking for here?

(More comments ...)

Unicode > Big5 轉換: 第 6 部分 - U+54CE 到 U+5666
本節列出了 Unicode 到 Big5 代碼轉換表的第 6 部分 - Unicode U+54CE 到 U+5666。
2024-01-31, ∼738🔥, 0💬

Introduction to Logical Operations
This section provides a quick introduction of logical operations supported by VBScript: logical negation - Not, conjunction - And, disjunction - Or, exclusion - Xor, equivalence - Eqv, implication - Imp.
2017-03-18, ∼738🔥, 2💬

💬 2017-03-18 Herong: Amit, Thanks. It's been corrected now.

💬 2017-03-17 Amit Kumar Rout: Logical Conjunction (Add): Resulting (True) if and only if both operands are (True). Correction: Logical Conjunction (And): Resu...

Viewing Character Set Variables
This section describes how to view the current settings of MySQL session variables involved in character set conversions with client programs.
2022-10-01, ∼737🔥, 0💬

What Is Block Cipher?
This section describes what is block cipher - An encryption scheme in which 'the clear text is broken up into blocks of fixed length, and encrypted one block at a time'.
2019-04-03, ∼737🔥, 2💬

💬 2019-03-31 Herong: Patrick, f() represents a generic block cipher process that convert a block of plaintext into a block of ciphertext with a secre...

💬 2019-03-26 Patrick: if f is a block cipher, then how can f(R0,k1) be performed? f is likely to be something like a function?

Unicode > Big5 轉換: 第 4 部分 - U+513F 到 U+5317
本節列出了 Unicode 到 Big5 代碼轉換表的第 4 部分 - Unicode U+513F 到 U+5317。
2024-01-31, ∼736🔥, 0💬

0D80: Sinhala
This section provides a quick summary of the Unicode code point block: 'Sinhala', which contains 128 code points to represent Sinhala alphabets used in the Sinhala language.
2024-01-23, ∼735🔥, 0💬

What Is Block Cipher?
This section describes what is block cipher - An encryption scheme in which 'the clear text is broken up into blocks of fixed length, and encrypted one block at a time'.
2016-09-26, ∼735🔥, 1💬

💬 2016-09-26 eva: soooooooo Amazing thank so much this site helping to learn about blowfish algorthm more

What Is SOAP
This section provides a quick summary of SOAP protocol.
2016-02-07, ∼735🔥, 0💬

1B100: Kana Extended-A
This section provides a quick summary of the Unicode code point block: 'Kana Extended-A', which contains 31 code points to represent the encoding of historic and variant forms of Japanese kana characters, including those variants collectively known as hentaigana (variant shaped kana) in Japanese.
2024-01-23, ∼734🔥, 0💬

Bitcoin-Qt - Bitcoin Core GUI
This chapter introduces what is Bitcoin Transaction.
2022-10-01, ∼734🔥, 0💬

Using MD5 Message Digest in Java
This section provides a tutorial example on how to use MD5 message digest algorithm in Java. The JDK JCE package offers the MD5 algorithm through a generic message digest class, javax.security.MessageDigest.
2017-01-27, ∼734🔥, 2💬

1ED00: Ottoman Siyaq Numbers
This section provides a quick summary of the Unicode code point block: 'Ottoman Siyaq Numbers', which contains 80 code points to represent Ottoman Siyaq Numbers alphabets used in the Ottoman Siyaq Numbers language.
2024-01-23, ∼733🔥, 0💬

Binding Sockets to Specific Ports
This section describes how to bind a socket to a specific port. Binding multiple client sockets to the same port is not allowed.
2022-10-01, ∼733🔥, 0💬

javac - Java Compilation Command and Options
This section describes what are the commonly used command line options for the Java compiler - 'javac' tool.
2022-10-01, ∼733🔥, 0💬

3000: CJK Symbols and Punctuation
This section provides a quick summary of the Unicode code point block: 'CJK Symbols and Punctuation', which contains 64 code points to represent punctuations and symbols used in CJK (Chinese, Japanese and Korean) languages.
2024-01-23, ∼732🔥, 0💬

Class Diagram - Association End Notation
This section describes the Association End Notation used in a UML Class Diagram. An Association End Notation presents connection properties of an association to a connected class.
2023-05-25, ∼732🔥, 1💬

💬 2023-05-25 KoKi: Thanks!

URI String and Components in Java
This section provides a tutorial example on how to create URI strings with URI components using Java java.net.URI class.
2022-10-01, ∼732🔥, 0💬

11580: Siddham
This section provides a quick summary of the Unicode code point block: 'Siddham', which contains 92 code points to represent the Siddham script that is based on the Brahmi writing system. primarily in East Asia. The Siddham script is also known as Siddhamatrka and Kutila.
2024-01-23, ∼731🔥, 0💬

About This Book
This section provides some detailed information about this book - JVM Tutorials - Herong's Tutorial Examples.
2022-10-01, ∼731🔥, 0💬

<< < 70 71 72 73 74 75 76 77 78 79 80 > >>   ∑:9086  Sort:Date