net.cjb.teutoburgo.otp4u.crypt
Class KeyPermutator

java.lang.Object
  |
  +--net.cjb.teutoburgo.otp4u.crypt.KeyPermutator

public class KeyPermutator
extends java.lang.Object

Title: OTP4U Description: Copyright: Copyright (c) 2002 Company: Teutoburgo

Version:
1.0
Author:
Pierre Blanc

Field Summary
(package private)  Xor xor
           
 
Constructor Summary
KeyPermutator()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 byte[][] recurrence(byte[] p, byte[] k)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xor

Xor xor
Constructor Detail

KeyPermutator

public KeyPermutator()
Method Detail

recurrence

public byte[][] recurrence(byte[] p,
                           byte[] k)

main

public static void main(java.lang.String[] args)