com.supermap.navi
Interface Encryption
-
public interface Encryption
The GPS encryption interface classImplement the custom GPS encryption algorithm through this class. After specify the custom algorithm, the navigation module will use this algorithm to encrypt and decrypt the GPS.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Point2D
encryptGPS(Point2D GPS)
Data cryptographic algorithm
-