gnu.crypto.tool
Class CipherSpeed
public final class CipherSpeed
A tool to exercise a block cipher in order to measure its performance in
terms of encrypted/decrypted bytes per second.
static void | main(String[] args) - Accepts 0, 1 or 2 arguments.
|
main
public static void main(String[] args)
Accepts 0, 1 or 2 arguments. If no arguments are provided, this method
exercises every block cipher implementation using the cipher's default
key size. If one argument is provided, it's assumed to be the name of a
block cipher to exercise. That cipher is then exercised using its default
key size. Finally if two arguments are provided, the first is assumed to
be the block cipher name and the second its key size.
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.