Package com.yubico.fido.metadata
Class MetadataBLOBPayload
java.lang.Object
com.yubico.fido.metadata.MetadataBLOBPayload
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
@NonNull Set<MetadataBLOBPayloadEntry>
Zero or moreMetadataBLOBPayloadEntry
objects.The legalHeader, which MUST be in each BLOB, is an indication of the acceptance of the relevant legal agreement for using the MDS.@NonNull LocalDate
ISO-8601 formatted date when the next update will be provided at latest.int
getNo()
The serial number of this Metadata BLOB Payload.int
hashCode()
toString()
-
Method Details
-
builder
-
toBuilder
-
getLegalHeader
The legalHeader, which MUST be in each BLOB, is an indication of the acceptance of the relevant legal agreement for using the MDS. -
getNo
public int getNo()The serial number of this Metadata BLOB Payload. Serial numbers MUST be consecutive and strictly monotonic, i.e. the successor BLOB will have ano
value exactly incremented by one. -
getNextUpdate
ISO-8601 formatted date when the next update will be provided at latest. -
getEntries
Zero or moreMetadataBLOBPayloadEntry
objects. -
equals
-
hashCode
public int hashCode() -
toString
-