certificate: Replace platform bridge with CGO JNI

This commit is contained in:
世界
2026-06-21 17:16:25 +08:00
parent f27d0e38f4
commit 5f265ee4dc
13 changed files with 186 additions and 21 deletions
-1
View File
@@ -29,7 +29,6 @@ type PlatformInterface interface {
ClearDNSCache()
RequestPermissionForWIFIState() error
ReadWIFIState() WIFIState
SystemCertificates() []string
UsePlatformConnectionOwnerFinder() bool
FindConnectionOwner(request *FindConnectionOwnerRequest) (*ConnectionOwner, error)