Class EncryptionDecryptionExample

java.lang.Object
de.das.encrypter.examples.EncryptionDecryptionExample

public class EncryptionDecryptionExample extends Object
This example shows how data can be encrypted and decrypted. This assumes that one or more suitable key bundles exist or are generated beforehand. It shows the necessary steps to initialize the encryption factory and to allow encryption and decryption.
  • Constructor Details

    • EncryptionDecryptionExample

      public EncryptionDecryptionExample()
  • Method Details

    • main

      public static void main(String[] args)