aspose.pdf
Class EncryptionType

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.EncryptionType

public final class EncryptionType
extends EnumerationBase

Enumerates the encryption types.


Field Summary
static EncryptionType Encryption128Bits
          128 bits encryption
static EncryptionType Encryption40Bits
          40 bits encryption
static EncryptionType None
          No encryption
 
Fields inherited from class aspose.pdf.EnumerationBase
value
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final EncryptionType None
No encryption


Encryption128Bits

public static final EncryptionType Encryption128Bits
128 bits encryption


Encryption40Bits

public static final EncryptionType Encryption40Bits
40 bits encryption