Package org.jastacry

Class GlobalData


  • public final class GlobalData
    extends java.lang.Object
    Class for constant values.

    SPDX-License-Identifier: MIT

    Author:
    Kai Kretschmann
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  GlobalData.Action
      enum range for Actions.
      static class  GlobalData.Returncode
      enum range for return codes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ENCEXT
      Extension for encrypted files.
      static java.lang.String HELP
      Help line reply.
      static java.lang.String LAYER_AESCBC
      Configuration value for layer "aescbc" (lower case).
      static java.lang.String LAYER_AESCTR
      Configuration value for layer "aesctr" (lower case).
      static java.lang.String LAYER_AESECB
      Configuration value for layer "aesecb" (lower case).
      static java.lang.String LAYER_FILEMERGE
      Configuration value for layer "filemerge" (lower case).
      static java.lang.String LAYER_MD5DES
      Configuration value for layer "md5des" (lower case).
      static java.lang.String LAYER_RANDOM
      Configuration value for layer "random" (lower case).
      static java.lang.String LAYER_REVERSE
      Configuration value for layer "reverse" (lower case).
      static java.lang.String LAYER_ROTATE
      Configuration value for layer "rotate" (lower case).
      static java.lang.String LAYER_TRANSPARENT
      Configuration value for layer "transparent" (lower case).
      static java.lang.String LAYER_XOR
      Configuration value for layer "xor" (lower case).
      static java.lang.String MACRO_PASSWORD
      Placeholder for passwords.
      static java.lang.String PARAM_DECODE
      Parameter for decoding.
      static java.lang.String PARAM_ENCODE
      Parameter for encoding.
      static java.lang.String TMPBASE
      Base name for temporary files.
      static java.lang.String TMPEXT
      Extension for temporary files.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TMPBASE

        public static final java.lang.String TMPBASE
        Base name for temporary files.
        See Also:
        Constant Field Values
      • TMPEXT

        public static final java.lang.String TMPEXT
        Extension for temporary files.
        See Also:
        Constant Field Values
      • ENCEXT

        public static final java.lang.String ENCEXT
        Extension for encrypted files.
        See Also:
        Constant Field Values
      • PARAM_ENCODE

        public static final java.lang.String PARAM_ENCODE
        Parameter for encoding.
        See Also:
        Constant Field Values
      • PARAM_DECODE

        public static final java.lang.String PARAM_DECODE
        Parameter for decoding.
        See Also:
        Constant Field Values
      • LAYER_TRANSPARENT

        public static final java.lang.String LAYER_TRANSPARENT
        Configuration value for layer "transparent" (lower case).
        See Also:
        Constant Field Values
      • LAYER_XOR

        public static final java.lang.String LAYER_XOR
        Configuration value for layer "xor" (lower case).
        See Also:
        Constant Field Values
      • LAYER_ROTATE

        public static final java.lang.String LAYER_ROTATE
        Configuration value for layer "rotate" (lower case).
        See Also:
        Constant Field Values
      • LAYER_REVERSE

        public static final java.lang.String LAYER_REVERSE
        Configuration value for layer "reverse" (lower case).
        See Also:
        Constant Field Values
      • LAYER_RANDOM

        public static final java.lang.String LAYER_RANDOM
        Configuration value for layer "random" (lower case).
        See Also:
        Constant Field Values
      • LAYER_FILEMERGE

        public static final java.lang.String LAYER_FILEMERGE
        Configuration value for layer "filemerge" (lower case).
        See Also:
        Constant Field Values
      • LAYER_MD5DES

        public static final java.lang.String LAYER_MD5DES
        Configuration value for layer "md5des" (lower case).
        See Also:
        Constant Field Values
      • LAYER_AESCBC

        public static final java.lang.String LAYER_AESCBC
        Configuration value for layer "aescbc" (lower case).
        See Also:
        Constant Field Values
      • LAYER_AESECB

        public static final java.lang.String LAYER_AESECB
        Configuration value for layer "aesecb" (lower case).
        See Also:
        Constant Field Values
      • LAYER_AESCTR

        public static final java.lang.String LAYER_AESCTR
        Configuration value for layer "aesctr" (lower case).
        See Also:
        Constant Field Values
      • MACRO_PASSWORD

        public static final java.lang.String MACRO_PASSWORD
        Placeholder for passwords.
        See Also:
        Constant Field Values