Interface ModularCryptFormat

    • Method Detail

      • getId

        String getId()
        Returns the Modular Crypt Format identifier that indicates how the formatted String should be parsed. This id is always in the MCF-formatted string's first token.

        Example values are md5, 1, 2, apr1, etc.

        Returns:
        the Modular Crypt Format identifier that indicates how the formatted String should be parsed.