In my previous post, I explained how to convert certificate to byte array, in this post, I am going to show you how to convert the byte array to certificate.Step 1: Decode encoded bytes.byte… Read More
If java class implement Serializable interface, then you can use below snippet to get the byte array form of the object. private static byte[] getByteArray(Object obj) throws IOException {… Read More
There are programming scenarios where we have a data in byte array that represents a String. This could be a case when we use a third party library to load data somewhere and the result is… Read More
How to convert string to byte array and vice versa in Java Sometimes we have to convert String variable into a Byte array format, for example, in encryption or to display base 64 e… Read More
In my previous post, I explained how to create and export a self-signed certificate using ‘keytool’ command. In this post, I am going to show you how to convert the certificate i… Read More
Coffeescript Cakefile - Array of cmdline options
Problem
Is it possible to pass multiple cmdline args to a Cakefile and capture those values in an array? For example something like this:
o… Read More
user8989957: i tried to made an apps to get result from gmaps API.I want to use array list to save the result from JSONObjectThe log from result_name.toString() return the correct arrayBut… Read More
Mustafa: **hi everybody I am trying to send a text from Raspberry 3 to Arduino by nrf24 and When I start this jar in Raspberry Pi 3 i am not getting any error and it says "RF 24 Data Sending… Read More