org.apache.poi.poifs.crypt
Class EncryptionHeader
java.lang.Object
org.apache.poi.poifs.crypt.EncryptionHeader
public class EncryptionHeader
- extends java.lang.Object
- Author:
- Maxim Valyanskiy, Gary King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALGORITHM_RC4
public static final int ALGORITHM_RC4
- See Also:
- Constant Field Values
ALGORITHM_AES_128
public static final int ALGORITHM_AES_128
- See Also:
- Constant Field Values
ALGORITHM_AES_192
public static final int ALGORITHM_AES_192
- See Also:
- Constant Field Values
ALGORITHM_AES_256
public static final int ALGORITHM_AES_256
- See Also:
- Constant Field Values
HASH_SHA1
public static final int HASH_SHA1
- See Also:
- Constant Field Values
PROVIDER_RC4
public static final int PROVIDER_RC4
- See Also:
- Constant Field Values
PROVIDER_AES
public static final int PROVIDER_AES
- See Also:
- Constant Field Values
MODE_ECB
public static final int MODE_ECB
- See Also:
- Constant Field Values
MODE_CBC
public static final int MODE_CBC
- See Also:
- Constant Field Values
MODE_CFB
public static final int MODE_CFB
- See Also:
- Constant Field Values
EncryptionHeader
public EncryptionHeader(DocumentInputStream is)
throws java.io.IOException
- Throws:
java.io.IOException
EncryptionHeader
public EncryptionHeader(java.lang.String descriptor)
throws java.io.IOException
- Throws:
java.io.IOException
getCipherMode
public int getCipherMode()
getFlags
public int getFlags()
getSizeExtra
public int getSizeExtra()
getAlgorithm
public int getAlgorithm()
getHashAlgorithm
public int getHashAlgorithm()
getKeySize
public int getKeySize()
getKeySalt
public byte[] getKeySalt()
getProviderType
public int getProviderType()
getCspName
public java.lang.String getCspName()
Copyright 2012 The Apache Software Foundation or
its licensors, as applicable.