public class EncryptionHeader
extends java.lang.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(java.lang.String descriptor) |
Modifier and Type | Method and Description |
---|---|
int |
getAlgorithm() |
int |
getCipherMode() |
java.lang.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 java.io.IOException
java.io.IOException
public EncryptionHeader(java.lang.String descriptor) throws java.io.IOException
java.io.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 java.lang.String getCspName()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.