certificate: Replace platform bridge with CGO JNI

This commit is contained in:
世界
2026-08-30 17:41:41 +08:00
parent 12431fe93c
commit 70c8549f02
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)