ASN.1 to Java conversion

Extract the keys you need from details in JMibBrowser, only Name, Parent and Number.

Use the following Find and replace in Visual Studio:

Find:
(.*Name:b*\::b*){:i}\n(.*Parent:b*\::b*){:i}\n(.*Number:b*\::b*){:z}

Replace:
public static final String \1 = \2 + “.\3”;

more to come…

Dette indlæg blev udgivet i Knowledge Base, Old Base, Programmering. Bogmærk permalinket.

Skriv et svar