Interface Cipher

All Known Implementing Classes:
BCCipherFactory.BCBlockCipher, BCCipherFactory.BCStreamCipher, JceCipher

public interface Cipher
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    doFinal(byte[] out, int outOff)
     
    void
    init(Cipher.CryptMode cryptMode, byte[] bytes)
     
    void
     
    int
    update(byte[] in, int inOff, int bytes, byte[] out, int outOff)