Package | Description |
---|---|
kz.gamma.crypto | |
kz.gamma.crypto.mode |
Modifier and Type | Method and Description |
---|---|
int |
BufferedBlockCipher.doFinal(byte[] out,
int outOff)
Process the last block in the buffer.
|
byte[] |
Signer.generateSignature()
generate a signature for the message we've been loaded with using
the key we were initialised with.
|
int |
BlockCipher.processBlock(byte[] in,
int inOff,
byte[] out,
int outOff)
Process one block of input from the array in and write it to
the out array.
|
int |
BufferedBlockCipher.processByte(byte in,
byte[] out,
int outOff)
process a single byte, producing an output block if neccessary.
|
int |
BufferedBlockCipher.processBytes(byte[] in,
int inOff,
int len,
byte[] out,
int outOff)
process an array of bytes, producing output if necessary.
|
Modifier and Type | Method and Description |
---|---|
int |
CFBBlockCipher.decryptBlock(byte[] in,
int inOff,
byte[] out,
int outOff)
Do the appropriate processing for CFB mode decryption.
|
int |
CFBBlockCipher.encryptBlock(byte[] in,
int inOff,
byte[] out,
int outOff)
Do the appropriate processing for CFB mode encryption.
|
int |
CFBBlockCipher.processBlock(byte[] in,
int inOff,
byte[] out,
int outOff)
Process one block of input from the array in and write it to
the out array.
|
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.