Package com.blackhillsoftware.smf.smf90
Class ValidatedBootCX
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.ValidatedBootCX
-
Method Summary
Modifier and TypeMethodDescriptionstatic ValidatedBootCX
create
(byte[] Data, int offset, int length) create is intended for internal use only.SMF90T42_CX_CertFP data.SMF90T42_CX_CertName value.SMF90T42_CX_ExpirationTime STCKE high 8 bytes value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF90T42_CX_ExpirationTime raw value.SMF90T42_CX_KeyID data.long
SMF90T42_CX_NumSuccessfulUses value.SMF90T42_CX_ReasonBad as a CertFailureReason.int
SMF90T42_CX_ReasonBad raw value.SMF90T42_CX_StartTime STCKE high 8 bytes value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF90T42_CX_StartTime raw value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf90t42CxCertName
SMF90T42_CX_CertName value.- Returns:
- String SMF90T42_CX_CertName value
-
smf90t42CxCertFP
SMF90T42_CX_CertFP data.- Returns:
- Token SMF90T42_CX_CertFP data
-
smf90t42CxKeyID
SMF90T42_CX_KeyID data.- Returns:
- Token SMF90T42_CX_KeyID data
-
smf90t42CxNumSuccessfulUses
public long smf90t42CxNumSuccessfulUses()SMF90T42_CX_NumSuccessfulUses value.- Returns:
- long SMF90T42_CX_NumSuccessfulUses value
-
smf90t42CxStartTime
SMF90T42_CX_StartTime STCKE high 8 bytes value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf90t42CxStartTimeRawValue()
for a BigInteger containing the 8 byte STCKE value.- Returns:
- DateTime SMF90T42_CX_StartTime STCKE converted to ZonedDateTime
- See Also:
-
smf90t42CxStartTimeRawValue
SMF90T42_CX_StartTime raw value.- Returns:
- BigInteger SMF90T42_CX_StartTime raw value
-
smf90t42CxExpirationTime
SMF90T42_CX_ExpirationTime STCKE high 8 bytes value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf90t42CxExpirationTimeRawValue()
for a BigInteger containing the 8 byte STCKE value.- Returns:
- DateTime SMF90T42_CX_ExpirationTime STCKE converted to ZonedDateTime
- See Also:
-
smf90t42CxExpirationTimeRawValue
SMF90T42_CX_ExpirationTime raw value.- Returns:
- BigInteger SMF90T42_CX_ExpirationTime raw value
-
smf90t42CxReasonBad
SMF90T42_CX_ReasonBad as a CertFailureReason.- Returns:
- CertFailureReason SMF90T42_CX_ReasonBad
-
smf90t42CxReasonBadRawValue
public int smf90t42CxReasonBadRawValue()SMF90T42_CX_ReasonBad raw value.- Returns:
- int SMF90T42_CX_ReasonBad 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
-