com.supermap.navi

Interface Encryption



  • public interface Encryption
    The GPS encryption interface class

    Implement 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 Detail

      • encryptGPS

        Point2D encryptGPS(Point2D GPS)
        Data cryptographic algorithm
        Parameters:
        GPS - The GPS point before encryption.
        Returns:
        The GPS points after encryption