Package com.blackhillsoftware.smf.smf90
Class ValidatedBootBadCX
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.ValidatedBootBadCX
-
Method Summary
Modifier and TypeMethodDescriptionstatic ValidatedBootBadCX
create
(byte[] Data, int offset, int length) create is intended for internal use only.SMF90T42_BCX_CertFP data.SMF90T42_BCX_CertName value.SMF90T42_BCX_ExpirationTime STCKE high 8 bytes value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF90T42_BCX_ExpirationTime raw value.SMF90T42_BCX_KeyID data.SMF90T42_BCX_ReasonBad as a CertFailureReason.int
SMF90T42_BCX_ReasonBad raw value.SMF90T42_BCX_StartTime STCKE high 8 bytes value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF90T42_BCX_StartTime raw value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf90t42BcxCertName
SMF90T42_BCX_CertName value.- Returns:
- String SMF90T42_BCX_CertName value
-
smf90t42BcxCertFP
SMF90T42_BCX_CertFP data.- Returns:
- Token SMF90T42_BCX_CertFP data
-
smf90t42BcxKeyID
SMF90T42_BCX_KeyID data.- Returns:
- Token SMF90T42_BCX_KeyID data
-
smf90t42BcxStartTime
SMF90T42_BCX_StartTime STCKE high 8 bytes value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf90t42BcxStartTimeRawValue()
for a BigInteger containing the 8 byte STCKE value.- Returns:
- DateTime SMF90T42_BCX_StartTime STCKE converted to ZonedDateTime
- See Also:
-
smf90t42BcxStartTimeRawValue
SMF90T42_BCX_StartTime raw value.- Returns:
- BigInteger SMF90T42_BCX_StartTime raw value
-
smf90t42BcxExpirationTime
SMF90T42_BCX_ExpirationTime STCKE high 8 bytes value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf90t42BcxExpirationTimeRawValue()
for a BigInteger containing the 8 byte STCKE value.- Returns:
- DateTime SMF90T42_BCX_ExpirationTime STCKE converted to ZonedDateTime
- See Also:
-
smf90t42BcxExpirationTimeRawValue
SMF90T42_BCX_ExpirationTime raw value.- Returns:
- BigInteger SMF90T42_BCX_ExpirationTime raw value
-
smf90t42BcxReasonBad
SMF90T42_BCX_ReasonBad as a CertFailureReason.- Returns:
- CertFailureReason SMF90T42_BCX_ReasonBad
-
smf90t42BcxReasonBadRawValue
public int smf90t42BcxReasonBadRawValue()SMF90T42_BCX_ReasonBad raw value.- Returns:
- int SMF90T42_BCX_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
-