All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----is.hi.logir.cryptonite.Cryptonite | +----is.hi.logir.cryptonite.DecryptMode
length
bytes from source
,
starting at i
and return the plaintext.
public DecryptMode()
public abstract CipherKey getKey()
public abstract void setKey(CipherKey key)
public abstract byte[] decrypt(byte source[], int i, int length)
length
bytes from source
,
starting at i
and return the plaintext. Data may
be encrypted in blocks in which case only whole blocks of
plaintext are written to dest
. Any remaining data
will be stored and prepended to source
in the next
call to decrypt
.
All Packages Class Hierarchy This Package Previous Next Index