Class PrivateJvmProgramStatistics


public final class PrivateJvmProgramStatistics extends StatisticsDataSection
  • Field Details

    • PGPDS_LENGTH

      public static final int PGPDS_LENGTH
      Constant: 0x0204 = 516
      See Also:
    • PGP_IDR

      public static final int PGP_IDR
      Constant: 0x92 = 146
      See Also:
    • PGP_VERS

      public static final int PGP_VERS
      Constant: 0x01 = 1
      See Also:
    • PGP_ENTRYPOINT_NO

      public static final int PGP_ENTRYPOINT_NO
      Constant: 0x01 = 1
      See Also:
    • PGP_ENTRYPOINT_YES

      public static final int PGP_ENTRYPOINT_YES
      Constant: 0x02 = 2
      See Also:
  • Method Details

    • pgpdsLen

      public int pgpdsLen()
      PGPDS_LEN value.
      Returns:
      int PGPDS_LEN value
    • pgpdsId

      public int pgpdsId()
      PGPDS_ID value.
      Returns:
      int PGPDS_ID value
    • pgpdsVers

      public int pgpdsVers()
      PGPDS_VERS value.
      Returns:
      int PGPDS_VERS value
    • pgpJvmprogramPlatformName

      public String pgpJvmprogramPlatformName()
      PGP_JVMPROGRAM_PLATFORM_NAME value.
      Returns:
      String PGP_JVMPROGRAM_PLATFORM_NAME value
    • pgpJvmprogramApplicationName

      public String pgpJvmprogramApplicationName()
      PGP_JVMPROGRAM_APPLICATION_NAME value.
      Returns:
      String PGP_JVMPROGRAM_APPLICATION_NAME value
    • pgpJvmprogramApplMajorVer

      public long pgpJvmprogramApplMajorVer()
      PGP_JVMPROGRAM_APPL_MAJOR_VER value.
      Returns:
      long PGP_JVMPROGRAM_APPL_MAJOR_VER value
    • pgpJvmprogramApplMinorVer

      public long pgpJvmprogramApplMinorVer()
      PGP_JVMPROGRAM_APPL_MINOR_VER value.
      Returns:
      long PGP_JVMPROGRAM_APPL_MINOR_VER value
    • pgpJvmprogramApplMicroVer

      public long pgpJvmprogramApplMicroVer()
      PGP_JVMPROGRAM_APPL_MICRO_VER value.
      Returns:
      long PGP_JVMPROGRAM_APPL_MICRO_VER value
    • pgpJvmprogramName

      public String pgpJvmprogramName()
      PGP_JVMPROGRAM_NAME value.
      Returns:
      String PGP_JVMPROGRAM_NAME value
    • pgpJvmprogramEntrypoint

      public int pgpJvmprogramEntrypoint()
      PGP_JVMPROGRAM_ENTRYPOINT value.
      Returns:
      int PGP_JVMPROGRAM_ENTRYPOINT value
    • pgpJvmprogramUsecount

      public long pgpJvmprogramUsecount()
      PGP_JVMPROGRAM_USECOUNT value.
      Returns:
      long PGP_JVMPROGRAM_USECOUNT value
    • pgpJvmprogramExecKey

      public ExecKey pgpJvmprogramExecKey()
      PGP_JVMPROGRAM_EXEC_KEY as a ExecKey.
      Returns:
      ExecKey PGP_JVMPROGRAM_EXEC_KEY
    • pgpJvmprogramExecKeyRawValue

      public int pgpJvmprogramExecKeyRawValue()
      PGP_JVMPROGRAM_EXEC_KEY raw value.
      Returns:
      int PGP_JVMPROGRAM_EXEC_KEY value
    • pgpJvmprogramJvmclass

      public String pgpJvmprogramJvmclass()
      PGP_JVMPROGRAM_JVMCLASS value.
      Returns:
      String PGP_JVMPROGRAM_JVMCLASS value
    • pgpJvmprogramServer

      public String pgpJvmprogramServer()
      PGP_JVMPROGRAM_SERVER value.
      Returns:
      String PGP_JVMPROGRAM_SERVER value
    • pgpJvmprogramOperationName

      public String pgpJvmprogramOperationName()
      PGP_JVMPROGRAM_OPERATION_NAME value.
      Returns:
      String PGP_JVMPROGRAM_OPERATION_NAME value
    • pgpEntrypointYes

      public boolean pgpEntrypointYes()
      Returns:
      boolean pgpJvmprogramEntrypoint() equals PGP_ENTRYPOINT_YES

      PGP_ENTRYPOINT_YES = 0x02

    • create

      public static PrivateJvmProgramStatistics create(byte[] Data, int offset, int length)
      create is intended for internal use only. Instances of this section are created by the parent record or section.
      Parameters:
      Data - Array of bytes containing data for this section
      offset - Offset of this section in the data
      length - length of the section