Class TlsCipherStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
com.blackhillsoftware.smf.cics.statistics.TlsCipherStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TlsCipherStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.SOC_CIPHER value.int
socdsId()
SOCDS_ID value.int
socdsLen()
SOCDS_LEN value.int
SOCDS_VERS value.long
SOC_TIMES_ATTLS_INB_USED value.long
SOC_TIMES_ATTLS_OUTB_USED value.long
SOC_TIMES_CICSTLS_INB_USED value.long
SOC_TIMES_CICSTLS_OUTB_USED value.Methods inherited from class com.blackhillsoftware.smf.cics.statistics.StatisticsDataSection
create, statisticsType, stid, stid, stidString, stilen, stilen, stivers
Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SOCIDR
public static final int SOCIDRConstant: 0x97 = 151- See Also:
-
-
Method Details
-
socdsLen
public int socdsLen()SOCDS_LEN value.- Returns:
- int SOCDS_LEN value
-
socdsId
public int socdsId()SOCDS_ID value.- Returns:
- int SOCDS_ID value
-
socdsVers
public int socdsVers()SOCDS_VERS value.- Returns:
- int SOCDS_VERS value
-
socCipher
SOC_CIPHER value.- Returns:
- String SOC_CIPHER value
-
socTimesCicstlsInbUsed
public long socTimesCicstlsInbUsed()SOC_TIMES_CICSTLS_INB_USED value.- Returns:
- long SOC_TIMES_CICSTLS_INB_USED value
-
socTimesCicstlsOutbUsed
public long socTimesCicstlsOutbUsed()SOC_TIMES_CICSTLS_OUTB_USED value.- Returns:
- long SOC_TIMES_CICSTLS_OUTB_USED value
-
socTimesAttlsInbUsed
public long socTimesAttlsInbUsed()SOC_TIMES_ATTLS_INB_USED value.- Returns:
- long SOC_TIMES_ATTLS_INB_USED value
-
socTimesAttlsOutbUsed
public long socTimesAttlsOutbUsed()SOC_TIMES_ATTLS_OUTB_USED value.- Returns:
- long SOC_TIMES_ATTLS_OUTB_USED value
-
create
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 sectionoffset
- Offset of this section in the datalength
- length of the section
-