deleteEntry

suspend fun deleteEntry(entry: TrustEntry): Boolean

Removes a TrustEntry previously added with addX509Cert or addVical.

Return

true if the trust entry was found and removed, false otherwise.

Parameters

entry

the TrustPoint to remove.