java.lang.Object
com.aspose.words.PdfEncryptionAlgorithm
public class PdfEncryptionAlgorithm
| Field Summary | ||
|---|---|---|
static final int | RC_4_40 | |
| RC4 encryption, key length of 40 bits. | ||
static final int | RC_4_128 | |
| RC4 encryption, key length of 128 bits. | ||
| Field Detail |
|---|
RC_4_40 = 0 | |
public static final int RC_4_40 | |
RC_4_128 = 1 | |
public static final int RC_4_128 | |