com.groupdocs.signature.domain.extensions.encryption

Class SymmetricAlgorithmType

  • java.lang.Object
    • com.groupdocs.signature.domain.extensions.encryption.SymmetricAlgorithmType


  • public final class SymmetricAlgorithmType
    extends Object

    Represents symmetric encryption algorithm type.

    • Field Detail

      • DES

        public static final int DES

        Represents DES Data Encryption Standard algorithm.

        See Also:
        Constant Field Values
      • Rijndael

        public static final int Rijndael

        Represents Rijndael symmetric encryption algorithm.

        See Also:
        Constant Field Values
      • TripleDES

        public static final int TripleDES

        Represents TripleDES symmetric encryption algorithm..

        See Also:
        Constant Field Values