public class AesCtr extends CryptoScheme
AES_CTR, BLOCK_SIZE| Constructor and Description |
|---|
AesCtr() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
adjustIV(byte[] iv,
long dataStartPos) |
String |
getContentChiperAlgorithm() |
int |
getContentChiperIVLength() |
String |
getKeyGeneratorAlgorithm() |
int |
getKeyLengthInBits() |
createCryptoCipher, fromCEKAlgo, incrementBlocks, newCryptoCipherpublic String getKeyGeneratorAlgorithm()
getKeyGeneratorAlgorithm in class CryptoSchemepublic int getKeyLengthInBits()
getKeyLengthInBits in class CryptoSchemepublic String getContentChiperAlgorithm()
getContentChiperAlgorithm in class CryptoSchemepublic int getContentChiperIVLength()
getContentChiperIVLength in class CryptoSchemepublic byte[] adjustIV(byte[] iv,
long dataStartPos)
adjustIV in class CryptoSchemeCopyright © 2021. All Rights Reserved.