is.logi.crypto.test
Class TestSign
java.lang.Object
|
+--is.logi.crypto.Crypto
|
+--is.logi.crypto.test.TestSign
- public class TestSign
- extends Crypto
This application passes everything on standard input to a SignStream
and then on through a VerifyStream and onto standard output. This is a
very complicated way to achieve nothing at all.
It tests the SignStream, VerifyStream, Signature,
RSAKey, SHA1State and other classes.
- Author:
- Logi Ragnarsson
(logir@hi.is)
Method Summary |
static void |
main(java.lang.String[] arg)
|
Methods inherited from class is.logi.crypto.Crypto |
binString,
binString,
equal,
equalRelaxed,
equalSub,
fromHexNibble,
fromHexString,
fromString,
fromString,
hexString,
hexString,
hexString,
hexString,
makeClass,
makeInt,
makeLong,
makeSessionKey,
pastSpace,
pickBits,
pickBits,
readInt,
writeBytes,
writeBytes,
writeInt |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
main
public static void main(java.lang.String[] arg)
throws java.lang.Exception
Copyright 1997-1999 Logi Ragnarsson