Package | Description |
---|---|
org.cryptacular | |
org.cryptacular.bean |
Modifier and Type | Method and Description |
---|---|
static CiphertextHeader |
CiphertextHeader.decode(byte[] data)
Creates a header from encrypted data containing a cleartext header prepended to the start.
|
static CiphertextHeader |
CiphertextHeader.decode(InputStream input)
Creates a header from encrypted data containing a cleartext header prepended to the start.
|
Modifier and Type | Method and Description |
---|---|
protected abstract BlockCipherAdapter |
AbstractBlockCipherBean.newCipher(CiphertextHeader header,
boolean mode)
Creates a new cipher adapter instance suitable for the block cipher used by this class.
|
protected BufferedBlockCipherAdapter |
BufferedBlockCipherBean.newCipher(CiphertextHeader header,
boolean mode) |
protected AEADBlockCipherAdapter |
AEADBlockCipherBean.newCipher(CiphertextHeader header,
boolean mode) |
protected byte[] |
AbstractBlockCipherBean.process(CiphertextHeader header,
boolean mode,
byte[] input) |
protected abstract byte[] |
AbstractCipherBean.process(CiphertextHeader header,
boolean mode,
byte[] input)
Processes the given data under the action of the cipher.
|
protected void |
AbstractBlockCipherBean.process(CiphertextHeader header,
boolean mode,
InputStream input,
OutputStream output) |
protected abstract void |
AbstractCipherBean.process(CiphertextHeader header,
boolean mode,
InputStream input,
OutputStream output)
Processes the given data under the action of the cipher.
|
Copyright © 2003-2015 Virginia Tech. All Rights Reserved.