public class AesCtr extends CryptoScheme
AES_CTR, BLOCK_SIZE| 构造器和说明 |
|---|
AesCtr() |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
adjustIV(byte[] iv,
long dataStartPos) |
String |
getContentChiperAlgorithm() |
int |
getContentChiperIVLength() |
String |
getKeyGeneratorAlgorithm() |
int |
getKeyLengthInBits() |
createCryptoCipher, fromCEKAlgo, incrementBlocks, newCryptoCipherpublic String getKeyGeneratorAlgorithm()
getKeyGeneratorAlgorithm 在类中 CryptoSchemepublic int getKeyLengthInBits()
getKeyLengthInBits 在类中 CryptoSchemepublic String getContentChiperAlgorithm()
getContentChiperAlgorithm 在类中 CryptoSchemepublic int getContentChiperIVLength()
getContentChiperIVLength 在类中 CryptoSchemepublic byte[] adjustIV(byte[] iv,
long dataStartPos)
adjustIV 在类中 CryptoSchemeCopyright © 2020. All Rights Reserved.