Java Development
-
Bean XML deserialization
With this example we are going to demonstrate how to deserialize a java Bean using the XMLDecoder. The XMLDecoder class…
Read More » -
Bean XML serialization
This is an example of how to serialize a java Bean using the XMLEncoder. The XMLEncoder class is a complementary…
Read More » -
Bean property change event listener
In this example we shall show you how to change a Bean’s property using an event listener. We will use…
Read More » -
List bean property names
With this example we are going to demonstrate how to list the names of a bean’s properties. We are using…
Read More » -
Get/Set a bean property
This is an example of how to get and set a bean property. We are using the Statement class. A…
Read More » -
Get bytes of generated symmetric key
In this example we shall show you how to get the bytes of a generated symmetric key. To get the…
Read More » -
Generate Message Authentication Code (MAC)
With this example we are going to demonstrate how to generate a Message Authentication Code (MAC). We are using the…
Read More » -
Encrypt/Decrypt file/stream with DES
This is an example of how to encrypt or decrypt a file or stream with DES. DES in computing refers…
Read More » -
List available Encryption/Decryption algorithms
This is an example of how to list all the available Encryption/Decryption algorithms. In order to do so we have…
Read More » -
List available cryptographic services
In this example we shall show you how to list all the available cryptographic services. To list all the available…
Read More »