I would like to do some RPC with the format of the messages being directly defined from Java interfaces, then I want to use some tools to generate the ASN.1 files.
Do you know what tools I can use? (if possible, something that doesn't force me to use any type from an ASN library in the interfaces which describe the format.
Do you know if there are libraries to do RPC with ASN.1 in a JavaSE program?