Interface Cipher

  • All Known Implementing Classes:
    JceCipher

    public interface Cipher
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  Cipher.CryptMode  
    • 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)