public class EncryptionHeader extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ALGORITHM_AES_128 |
static int |
ALGORITHM_AES_192 |
static int |
ALGORITHM_AES_256 |
static int |
ALGORITHM_RC4 |
static int |
HASH_SHA1 |
static int |
MODE_CBC |
static int |
MODE_CFB |
static int |
MODE_ECB |
static int |
PROVIDER_AES |
static int |
PROVIDER_RC4 |
Constructor and Description |
---|
EncryptionHeader(DocumentInputStream is) |
EncryptionHeader(String descriptor) |
Modifier and Type | Method and Description |
---|---|
int |
getAlgorithm() |
int |
getCipherMode() |
String |
getCspName() |
int |
getFlags() |
int |
getHashAlgorithm() |
byte[] |
getKeySalt() |
int |
getKeySize() |
int |
getProviderType() |
int |
getSizeExtra() |
public static final int ALGORITHM_RC4
public static final int ALGORITHM_AES_128
public static final int ALGORITHM_AES_192
public static final int ALGORITHM_AES_256
public static final int HASH_SHA1
public static final int PROVIDER_RC4
public static final int PROVIDER_AES
public static final int MODE_ECB
public static final int MODE_CBC
public static final int MODE_CFB
public EncryptionHeader(DocumentInputStream is) throws IOException
IOException
public EncryptionHeader(String descriptor) throws IOException
IOException
public int getCipherMode()
public int getFlags()
public int getSizeExtra()
public int getAlgorithm()
public int getHashAlgorithm()
public int getKeySize()
public byte[] getKeySalt()
public int getProviderType()
public String getCspName()
Copyright © 2020. All rights reserved.