IpSecManager public functions not usable

Viewed 15

I am trying to implement the UdpEncapsulationSocket in Android. The only things exposed by the IpSecManager are 2 exceptions and 2 nested classes. I've looked into the documentation and there should be many more public functions. I've also tried to ignore the ide errors but then i receive a compile error.

So do you have any idea why I can't use the public function of this class? And how I can use them?

0 Answers
Related