Package | Description |
---|---|
org.owasp.esapi.crypto |
This package contains ESAPI cryptography-related classes used throughout
ESAPI.
|
Modifier and Type | Method and Description |
---|---|
CipherSpec |
CipherSpec.setBlockSize(int blockSize)
Set the block size for this
CipherSpec . |
CipherSpec |
CipherSpec.setCipherTransformation(String cipherXform)
Set the cipher transformation for this
CipherSpec . |
CipherSpec |
CipherSpec.setIV(byte[] iv)
Set the initialization vector (IV).
|
CipherSpec |
CipherSpec.setKeySize(int keySize)
Set the key size for this
CipherSpec . |
Constructor and Description |
---|
CipherText(CipherSpec cipherSpec)
Construct from a
CipherSpec object. |
CipherText(CipherSpec cipherSpec,
byte[] cipherText)
Construct from a
CipherSpec object and the raw ciphertext. |
Copyright © 2019 The Open Web Application Security Project (OWASP). All rights reserved.