Gck.Builder.prototype.find_date

function find_date(attr_type: Number(gulong)): [ok: Boolean, value: GLib.Date] {
    // Gjs wrapper for gck_builder_find_date()
}
  

Find a date attribute in the builder that has the type attr_type, is of the correct date size, and is not invalid in the PKCS\#11 sense. If multiple attributes exist for the given attribute type, then the first one is returned.

attr_type

the type of attribute to find

ok

whether a valid date attribute was found

value

the location to place the found value