Bouncy Castle Cryptography Library 1.69

org.bouncycastle.crypto.test
Class SP80038GTest.FPECharDecryptor

java.lang.Object
  |
  +--org.bouncycastle.crypto.test.SP80038GTest.FPECharDecryptor
Enclosing class:
SP80038GTest

public class SP80038GTest.FPECharDecryptor
extends java.lang.Object


Constructor Summary
SP80038GTest.FPECharDecryptor(FPEEngine fpeEngine, byte[] key, byte[] tweak, char[] alphabet)
           
SP80038GTest.FPECharDecryptor(FPEEngine fpeEngine, byte[] key, char[] alphabet)
           
 
Method Summary
 char[] process(char[] input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SP80038GTest.FPECharDecryptor

public SP80038GTest.FPECharDecryptor(FPEEngine fpeEngine,
                                     byte[] key,
                                     char[] alphabet)

SP80038GTest.FPECharDecryptor

public SP80038GTest.FPECharDecryptor(FPEEngine fpeEngine,
                                     byte[] key,
                                     byte[] tweak,
                                     char[] alphabet)
Method Detail

process

public char[] process(char[] input)
               throws java.io.IOException

Bouncy Castle Cryptography Library 1.69