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
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
EncryptionHeader
public EncryptionHeader(DocumentInputStream is)
throws java.io.IOException
- Throws:
java.io.IOException
getFlags
public int getFlags()
getSizeExtra
public int getSizeExtra()
getAlgorithm
public int getAlgorithm()
getHashAlgorithm
public int getHashAlgorithm()
getKeySize
public int getKeySize()
getProviderType
public int getProviderType()
getCspName
public java.lang.String getCspName()
Copyright 2010 The Apache Software Foundation or
its licensors, as applicable.