Class SP80038GTest.FPECharEncryptor

  • Enclosing class:
    SP80038GTest

    public class SP80038GTest.FPECharEncryptor
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char[] process​(char[] input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FPECharEncryptor

        public FPECharEncryptor​(FPEEngine fpeEngine,
                                byte[] key,
                                char[] alphabet)
      • FPECharEncryptor

        public FPECharEncryptor​(FPEEngine fpeEngine,
                                byte[] key,
                                byte[] tweak,
                                char[] alphabet)
    • Method Detail

      • process

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