Modifier and Type | Method and Description |
---|---|
int |
Mac.doFinal(byte[] out,
int outOff)
Compute the final stage of the MAC writing the output to the out
parameter.
|
int |
BufferedBlockCipher.doFinal(byte[] out,
int outOff)
Process the last block in the buffer.
|
int |
DerivationFunction.generateBytes(byte[] out,
int outOff,
int len) |
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.
|
void |
StreamCipher.processBytes(byte[] in,
int inOff,
int len,
byte[] out,
int outOff)
process a block of bytes from in putting the result into out.
|
void |
StreamBlockCipher.processBytes(byte[] in,
int inOff,
int len,
byte[] out,
int outOff)
process a block of bytes from in putting the result into out.
|
int |
BufferedBlockCipher.processBytes(byte[] in,
int inOff,
int len,
byte[] out,
int outOff)
process an array of bytes, producing output if necessary.
|
void |
Mac.update(byte[] in,
int inOff,
int len) |
Modifier and Type | Method and Description |
---|---|
int |
ECDHKEKGenerator.generateBytes(byte[] out,
int outOff,
int len) |
int |
DHKEKGenerator.generateBytes(byte[] out,
int outOff,
int len) |
Modifier and Type | Method and Description |
---|---|
int |
SEEDEngine.processBlock(byte[] in,
int inOff,
byte[] out,
int outOff) |
int |
NullEngine.processBlock(byte[] in,
int inOff,
byte[] out,
int outOff) |
int |
CamelliaEngine.processBlock(byte[] in,
int inOff,
byte[] out,
int outOff) |
void |
HC256Engine.processBytes(byte[] in,
int inOff,
int len,
byte[] out,
int outOff) |
void |
HC128Engine.processBytes(byte[] in,
int inOff,
int len,
byte[] out,
int outOff) |
void |
Grainv1Engine.processBytes(byte[] in,
int inOff,
int len,
byte[] out,
int outOff) |
void |
Grain128Engine.processBytes(byte[] in,
int inOff,
int len,
byte[] out,
int outOff) |
Modifier and Type | Method and Description |
---|---|
int |
MGF1BytesGenerator.generateBytes(byte[] out,
int outOff,
int len)
fill len bytes of the output buffer with bytes generated from
the derivation function.
|
int |
BaseKDFBytesGenerator.generateBytes(byte[] out,
int outOff,
int len)
fill len bytes of the output buffer with bytes generated from
the derivation function.
|
Modifier and Type | Method and Description |
---|---|
int |
VMPCMac.doFinal(byte[] out,
int outOff) |
int |
GOST28147Mac.doFinal(byte[] out,
int outOff) |
void |
VMPCMac.update(byte[] in,
int inOff,
int len) |
void |
GOST28147Mac.update(byte[] in,
int inOff,
int len) |
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 |
PaddedBlockCipher.doFinal(byte[] out,
int outOff)
Deprecated.
Process the last block in the buffer.
|
int |
CTSBlockCipher.doFinal(byte[] out,
int outOff)
Process the last block in the buffer.
|
int |
CFBBlockCipher.encryptBlock(byte[] in,
int inOff,
byte[] out,
int outOff)
Do the appropriate processing for CFB mode encryption.
|
int |
SICBlockCipher.processBlock(byte[] in,
int inOff,
byte[] out,
int outOff) |
int |
PGPCFBBlockCipher.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 |
OpenPGPCFBBlockCipher.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 |
OFBBlockCipher.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 |
GOFBBlockCipher.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 |
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.
|
int |
CBCBlockCipher.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 |
PaddedBlockCipher.processByte(byte in,
byte[] out,
int outOff)
Deprecated.
process a single byte, producing an output block if neccessary.
|
int |
GCMBlockCipher.processByte(byte in,
byte[] out,
int outOff) |
int |
EAXBlockCipher.processByte(byte in,
byte[] out,
int outOff) |
int |
CTSBlockCipher.processByte(byte in,
byte[] out,
int outOff)
process a single byte, producing an output block if neccessary.
|
int |
CCMBlockCipher.processByte(byte in,
byte[] out,
int outOff) |
int |
AEADBlockCipher.processByte(byte in,
byte[] out,
int outOff)
encrypt/decrypt a single byte.
|
int |
PaddedBlockCipher.processBytes(byte[] in,
int inOff,
int len,
byte[] out,
int outOff)
Deprecated.
process an array of bytes, producing output if necessary.
|
int |
GCMBlockCipher.processBytes(byte[] in,
int inOff,
int len,
byte[] out,
int outOff) |
int |
EAXBlockCipher.processBytes(byte[] in,
int inOff,
int len,
byte[] out,
int outOff) |
int |
CTSBlockCipher.processBytes(byte[] in,
int inOff,
int len,
byte[] out,
int outOff)
process an array of bytes, producing output if necessary.
|
int |
CCMBlockCipher.processBytes(byte[] in,
int inOff,
int inLen,
byte[] out,
int outOff) |
int |
AEADBlockCipher.processBytes(byte[] in,
int inOff,
int len,
byte[] out,
int outOff)
process a block of bytes from in putting the result into out.
|
Modifier and Type | Method and Description |
---|---|
int |
PaddedBufferedBlockCipher.doFinal(byte[] out,
int outOff)
Process the last block in the buffer.
|
int |
PaddedBufferedBlockCipher.processByte(byte in,
byte[] out,
int outOff)
process a single byte, producing an output block if neccessary.
|
int |
PaddedBufferedBlockCipher.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 |
---|---|
byte[] |
RSADigestSigner.generateSignature()
Generate a signature for the message we've been loaded with using the key
we were initialised with.
|
byte[] |
PSSSigner.generateSignature()
generate a signature for the message we've been loaded with using
the key we were initialised with.
|
byte[] |
GenericSigner.generateSignature()
Generate a signature for the message we've been loaded with using the key
we were initialised with.
|
Modifier and Type | Method and Description |
---|---|
int |
BrokenKDF2BytesGenerator.generateBytes(byte[] out,
int outOff,
int len)
fill len bytes of the output buffer with bytes generated from
the derivation function.
|
Copyright © 2015. All rights reserved.