Class JceCipher

  • All Implemented Interfaces:
    Cipher

    public class JceCipher
    extends java.lang.Object
    implements Cipher
    • Nested Class Summary

    • Method Summary

      Modifier and Type Method Description
      int doFinal​(byte[] out, int outOff)  
      void init​(Cipher.CryptMode cryptMode, byte[] bytes)  
      void reset()  
      int update​(byte[] in, int inOff, int bytes, byte[] out, int outOff)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait