Class JceCipher

  • All Implemented Interfaces:
    Cipher

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

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.crypto.Cipher cipher  
    • Constructor Summary

      Constructors 
      Constructor Description
      JceCipher​(java.lang.String name, java.security.Provider jceProvider, java.lang.String providerName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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