chapter1
Class ListAlgorithms

java.lang.Object
  extended by chapter1.ListAlgorithms

public class ListAlgorithms
extends java.lang.Object


Constructor Summary
ListAlgorithms()
           
 
Method Summary
static void main(java.lang.String[] args)
          List the available algorithm names for ciphers, key agreement, macs, message digests and signatures.
static void printSet(java.lang.String setName, java.util.Set algorithms)
          Print out the set entries, indented, one per line, with the name of the set unindented appearing on the first line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListAlgorithms

public ListAlgorithms()
Method Detail

printSet

public static void printSet(java.lang.String setName,
                            java.util.Set algorithms)
Print out the set entries, indented, one per line, with the name of the set unindented appearing on the first line.

Parameters:
setName - the name of the set being printed
algorithms - the set of algorithms associated with the given name

main

public static void main(java.lang.String[] args)
List the available algorithm names for ciphers, key agreement, macs, message digests and signatures.



Examples from "Beginning Cryptography with Java"