ws1-framework/com.airwatch.certpinning.repository/CertPinRepository/getCertsByHostID
getCertsByHostID¶
abstract fun getCertsByHostID(vararg hostIds: Long): List<CertificateRecord>
Gets certificate records for particular hosts.
Parameters¶
| Name | Description |
|---|---|
| hostIds | Non-null vararg of host IDs. |
Return¶
Non-null list of CertificateRecord objects.