NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Creating a Cipher Object

Code Block
borderStylesolid
titleCreating a Cipher ObjectborderStylesolid
Cipher cipher = Cipher._getInstance_("PBEWithMD5AndDES");

...

Initializing a Cipher Object

Code Block
borderStylesolid
titleInitializing a Cipher ObjectborderStylesolid
cipher.init(<MODE>, _<KEY>_, <_PBEParameterSpec_>);

...