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 BufferedBlockCipherAdapter |
BufferedBlockCipherBean.newCipher(CiphertextHeader header,
boolean mode)
Creates a new cipher adapter instance suitable for the block cipher used by
this class.
|
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 AEADBlockCipherAdapter |
AEADBlockCipherBean.newCipher(CiphertextHeader header,
boolean mode)
Creates a new cipher adapter instance suitable for the block cipher used by
this class.
|
protected abstract byte[] |
AbstractCipherBean.process(CiphertextHeader header,
boolean mode,
byte[] input)
Processes the given data under the action of the cipher.
|
protected byte[] |
AbstractBlockCipherBean.process(CiphertextHeader header,
boolean mode,
byte[] input)
Processes the given data under the action of the cipher.
|
protected abstract void |
AbstractCipherBean.process(CiphertextHeader header,
boolean mode,
InputStream input,
OutputStream output)
Processes the given data under the action of the cipher.
|
protected void |
AbstractBlockCipherBean.process(CiphertextHeader header,
boolean mode,
InputStream input,
OutputStream output)
Processes the given data under the action of the cipher.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.