com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class CryptoAlgorithm

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.CryptoAlgorithm


  • public final class CryptoAlgorithm
    extends com.aspose.ms.System.Enum
    Represent type of cryptographic algorithm that used in encryption/decryption routines.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int AESx128
      AES with key length 128.
      static int AESx256
      AES with key length 256.
      static int RC4x128
      RC4 with key length 128.
      static int RC4x40
      RC4 with key length 40.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject