Uses of Enum
org.docx4j.org.apache.poi.poifs.crypt.ChainingMode
Packages that use ChainingMode
-
Uses of ChainingMode in org.docx4j.org.apache.poi.poifs.crypt
Methods in org.docx4j.org.apache.poi.poifs.crypt that return ChainingModeModifier and TypeMethodDescriptionstatic ChainingModeEncryptionHeader.getChainingMode()EncryptionVerifier.getChainingMode()static ChainingModeReturns the enum constant of this type with the specified name.static ChainingMode[]ChainingMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.org.apache.poi.poifs.crypt with parameters of type ChainingModeModifier and TypeMethodDescriptionstatic CipherCryptoFunctions.getCipher(Key key, CipherAlgorithm cipherAlgorithm, ChainingMode chain, byte[] vec, int cipherMode, String padding) Initialize a new cipher object with the given cipher properties If the given algorithm is not implemented in the JCE, it will try to load it from the bouncy castle provider.static CipherCryptoFunctions.getCipher(SecretKey key, CipherAlgorithm cipherAlgorithm, ChainingMode chain, byte[] vec, int cipherMode) Initialize a new cipher object with the given cipher properties and no padding If the given algorithm is not implemented in the JCE, it will try to load it from the bouncy castle provider.voidEncryptionInfoBuilder.initialize(EncryptionInfo ei, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode) initialize the builder from scratchprotected voidEncryptionHeader.setChainingMode(ChainingMode chainingMode) voidEncryptionVerifier.setChainingMode(ChainingMode chainingMode) Constructors in org.docx4j.org.apache.poi.poifs.crypt with parameters of type ChainingModeModifierConstructorDescriptionEncryptionInfo(EncryptionMode encryptionMode, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode) Constructs an EncryptionInfo from scratch -
Uses of ChainingMode in org.docx4j.org.apache.poi.poifs.crypt.agile
Methods in org.docx4j.org.apache.poi.poifs.crypt.agile that return ChainingModeModifier and TypeMethodDescriptionKeyData.getCipherChaining()PasswordKeyEncryptor.getCipherChaining()Methods in org.docx4j.org.apache.poi.poifs.crypt.agile with parameters of type ChainingModeModifier and TypeMethodDescriptionvoidAgileEncryptionInfoBuilder.initialize(EncryptionInfo info, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode) voidKeyData.setCipherChaining(ChainingMode cipherChaining) voidPasswordKeyEncryptor.setCipherChaining(ChainingMode cipherChaining) Constructors in org.docx4j.org.apache.poi.poifs.crypt.agile with parameters of type ChainingModeModifierConstructorDescriptionAgileEncryptionHeader(CipherAlgorithm algorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode) AgileEncryptionVerifier(CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode) -
Uses of ChainingMode in org.docx4j.org.apache.poi.poifs.crypt.binaryrc4
Methods in org.docx4j.org.apache.poi.poifs.crypt.binaryrc4 with parameters of type ChainingModeModifier and TypeMethodDescriptionvoidBinaryRC4EncryptionInfoBuilder.initialize(EncryptionInfo info, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode) -
Uses of ChainingMode in org.docx4j.org.apache.poi.poifs.crypt.cryptoapi
Methods in org.docx4j.org.apache.poi.poifs.crypt.cryptoapi with parameters of type ChainingModeModifier and TypeMethodDescriptionvoidCryptoAPIEncryptionInfoBuilder.initialize(EncryptionInfo info, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode) initialize the builder from scratchConstructors in org.docx4j.org.apache.poi.poifs.crypt.cryptoapi with parameters of type ChainingModeModifierConstructorDescriptionprotectedCryptoAPIEncryptionHeader(CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode) protectedCryptoAPIEncryptionVerifier(CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode) -
Uses of ChainingMode in org.docx4j.org.apache.poi.poifs.crypt.standard
Methods in org.docx4j.org.apache.poi.poifs.crypt.standard with parameters of type ChainingModeModifier and TypeMethodDescriptionvoidStandardEncryptionInfoBuilder.initialize(EncryptionInfo info, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode) initialize the builder from scratchConstructors in org.docx4j.org.apache.poi.poifs.crypt.standard with parameters of type ChainingModeModifierConstructorDescriptionprotectedStandardEncryptionHeader(CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode) protectedStandardEncryptionVerifier(CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode) -
Uses of ChainingMode in org.docx4j.org.apache.poi.poifs.crypt.xor
Methods in org.docx4j.org.apache.poi.poifs.crypt.xor with parameters of type ChainingModeModifier and TypeMethodDescriptionvoidXOREncryptionInfoBuilder.initialize(EncryptionInfo info, CipherAlgorithm cipherAlgorithm, HashAlgorithm hashAlgorithm, int keyBits, int blockSize, ChainingMode chainingMode)