Modifier and Type | Method and Description |
---|---|
byte[] |
BufferedAsymmetricBlockCipher.doFinal()
process the contents of the buffer using the underlying
cipher.
|
int |
BufferedBlockCipher.doFinal(byte[] out,
int outOff)
Process the last block in the buffer.
|
byte[] |
AsymmetricBlockCipher.processBlock(byte[] in,
int inOff,
int len)
process the block of len bytes stored in in from offset inOff.
|
byte[] |
Wrapper.unwrap(byte[] in,
int inOff,
int inLen) |
void |
SignerWithRecovery.updateWithRecoveredMessage(byte[] signature)
Perform an update with the recovered message before adding any other data.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
OAEPEncoding.decodeBlock(byte[] in,
int inOff,
int inLen) |
byte[] |
OAEPEncoding.encodeBlock(byte[] in,
int inOff,
int inLen) |
byte[] |
PKCS1Encoding.processBlock(byte[] in,
int inOff,
int inLen) |
byte[] |
OAEPEncoding.processBlock(byte[] in,
int inOff,
int inLen) |
byte[] |
ISO9796d1Encoding.processBlock(byte[] in,
int inOff,
int inLen) |
Modifier and Type | Method and Description |
---|---|
byte[] |
NaccacheSternEngine.addCryptedBlocks(byte[] block1,
byte[] block2)
Adds the contents of two encrypted blocks mod sigma
|
byte[] |
NaccacheSternEngine.processBlock(byte[] in,
int inOff,
int len)
Process a single Block using the Naccache-Stern algorithm.
|
byte[] |
IESEngine.processBlock(byte[] in,
int inOff,
int inLen) |
byte[] |
NaccacheSternEngine.processData(byte[] data)
Convenience Method for data exchange with the cipher.
|
byte[] |
RFC3394WrapEngine.unwrap(byte[] in,
int inOff,
int inLen) |
byte[] |
RFC3211WrapEngine.unwrap(byte[] in,
int inOff,
int inLen) |
byte[] |
RC2WrapEngine.unwrap(byte[] in,
int inOff,
int inLen)
Method unwrap
|
byte[] |
DESedeWrapEngine.unwrap(byte[] in,
int inOff,
int inLen)
Method unwrap
|
Modifier and Type | Method and Description |
---|---|
int |
PaddedBlockCipher.doFinal(byte[] out,
int outOff)
Deprecated.
Process the last block in the buffer.
|
int |
GCMBlockCipher.doFinal(byte[] out,
int outOff) |
int |
EAXBlockCipher.doFinal(byte[] out,
int outOff) |
int |
CTSBlockCipher.doFinal(byte[] out,
int outOff)
Process the last block in the buffer.
|
int |
CCMBlockCipher.doFinal(byte[] out,
int outOff) |
int |
AEADBlockCipher.doFinal(byte[] out,
int outOff)
Finish the operation either appending or verifying the MAC at the end of the data.
|
byte[] |
CCMBlockCipher.processPacket(byte[] in,
int inOff,
int inLen) |
Modifier and Type | Method and Description |
---|---|
int |
PaddedBufferedBlockCipher.doFinal(byte[] out,
int outOff)
Process the last block in the buffer.
|
int |
ZeroBytePadding.padCount(byte[] in)
return the number of pad bytes present in the block.
|
int |
X923Padding.padCount(byte[] in)
return the number of pad bytes present in the block.
|
int |
TBCPadding.padCount(byte[] in)
return the number of pad bytes present in the block.
|
int |
PKCS7Padding.padCount(byte[] in)
return the number of pad bytes present in the block.
|
int |
ISO7816d4Padding.padCount(byte[] in)
return the number of pad bytes present in the block.
|
int |
ISO10126d2Padding.padCount(byte[] in)
return the number of pad bytes present in the block.
|
int |
BlockCipherPadding.padCount(byte[] in)
return the number of pad bytes present in the block.
|
Modifier and Type | Method and Description |
---|---|
void |
ISO9796d2Signer.updateWithRecoveredMessage(byte[] signature) |
void |
ISO9796d2PSSSigner.updateWithRecoveredMessage(byte[] signature) |
Copyright © 2015. All rights reserved.