com.aspose.diagram

Class PdfEncryptionAlgorithm

  • java.lang.Object
    • com.aspose.diagram.PdfEncryptionAlgorithm
public class PdfEncryptionAlgorithm 
extends java.lang.Object

Utility class containing constants. Specifies the encryption algorithm to use for encrypting a PDF document.

Field Summary
static final intRC_4_40
RC4 encryption, key length of 40 bits.
static final intRC_4_128
RC4 encryption, key length of 128 bits.
 

    • Field Detail

      • RC_4_40

        public static final int RC_4_40
        RC4 encryption, key length of 40 bits.
      • RC_4_128

        public static final int RC_4_128
        RC4 encryption, key length of 128 bits.