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.
I am currently developing a client-server 开发者_开发问答program, the client in Java/C and server in C.
I try to convert a ASN.1 Byte Array into a String with Java. My results up to now: byte[] asn = ocspResponse.getEncoded();
I\'m trying to create a X509 Request for a Proxy Certificate (ProxyCertInfo Extension RFC3820) in C (OpenSSL), but I cannot figure out how the datastructures of the ProxyCertInfo should be defined. Th
I have some data that pyOpenSSL gave me, \'0\\r\\x82\\x0bexample.com\'.This should be the value of a subjectAltName X509 extension.I tried to encode the necessary parts of the ASN1 specification for t
I am working with \"binary notes\" a ASN.1 environment in Java. First I created a class of an asn.1 sequence by hand.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I am working on an iPhone app that retrieves an RSA public key from an ASP.NET web service in the form:
Is there any nice asn1 implementation or libraries available in Delphi?开发者_如何学编程Try StreamSec ASN.1 Tools, they are on the Partner DVD, too.
I won开发者_运维知识库der if there is a simple way to convert a java object to a ASN.1 byte stream. Thanks in advance. There is this project, too: http://sourceforge.net/projects/jac-asn1/