Package com.yubico.fido.metadata
Class MetadataBLOBPayload
java.lang.Object
com.yubico.fido.metadata.MetadataBLOBPayload
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()boolean@NonNull Set<MetadataBLOBPayloadEntry>Zero or moreMetadataBLOBPayloadEntryobjects.The legalHeader, which MUST be in each BLOB, is an indication of the acceptance of the relevant legal agreement for using the MDS.@NonNull LocalDateISO-8601 formatted date when the next update will be provided at latest.intgetNo()The serial number of this Metadata BLOB Payload.inthashCode()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 anovalue exactly incremented by one. - 
getNextUpdate
ISO-8601 formatted date when the next update will be provided at latest. - 
getEntries
Zero or moreMetadataBLOBPayloadEntryobjects. - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -