The License Key: A valid ossinfo license authorization file (or ossinfojavatrial for trial tools) is required to successfully install and run the OSS ASN.1 Tools Compiler. This file is provided by email at the time of purchase or trial and contains specific information about your license and the system on which you are authorized to run the program. If you need help locating your ossinfo file, contact customerservice@oss.com.
\Program Files\OSS Nokalva\asn1pjav\<platform name>\<version number>However, the installation program gives you the option to select a different folder, if you wish.
\Program Files\OSS Nokalva\asn1studio\<platform name>
\Program Files (x86)\OSS Nokalva\...
<installer name> -s -v/qn -v"OSSINFO=\"<path to ossinfo file>\"" -v"JAVAHOME=\"<path to JDK home directory>\""
<installer name>
is the name of the installer executable.<path to ossinfo file>
is the fully qualified path to the location of the
ossinfo file.<path to JDK home directory>
is the fully qualified path to the JDK home
directory where the bin, lib, and other subdirectories reside.OSS_ASN1_JAVA points to the OSS Nokalva root directory.
OSSINFO or OSSINFOTRIAL points to the location of the ossinfo file.
PATH points to the location of the OSS Nokalva bin directory.
CLASSPATH points to the OSS Java runtime library (oss.jar, osslean.jar, or osstoed.jar) as specified in the ASN.1/Java Runtime Package Overview. The CLASSPATH must include only one of the libraries: oss.jar, osslean.jar, or osstoed.jar.
Additionally, you can use the set command in any open system console window. The following example assumes that the installation directory is C:\Program Files\OSS Nokalva.
set OSS_ASN1_JAVA=C:\Program Files\OSS Nokalva\asn1pjav\win32\<version number> set OSSINFO=%OSS_ASN1_JAVA% set CLASSPATH=%OSS_ASN1_JAVA%\lib\oss.jar;%CLASSPATH% set PATH=%OSS_ASN1_JAVA%\bin;%PATH% rem for trial tools: set OSSINFOTRIAL=%OSS_ASN1_JAVA%
NOTE: Make sure that none of the OSS runtime class libraries (oss.jar, osslean.jar, or osstoed.jar) are placed in a location where the JVM searches for bootstrap classes and java extension packages (<javahome>\lib\ext or in any directory that is listed by the java.ext.dirs system property).
Linux 64-bit
Linux 32-bit
The License Key: A valid ossinfo license authorization file (or ossinfojavatrial for trial tools) is required to successfully install and run the OSS ASN.1 Tools Compiler. This file is provided by email at the time of purchase or trial and contains specific information about your license and the system on which you are authorized to run the program. If you need help locating your ossinfo file, contact customerservice@oss.com.
cd /usr/local unzip <path to >/filename.zip
cp ossinfo /usr/local/asn1pjav/<platform name>/<version number>
cd /usr/local/asn1pjav/<platform name>/<version number>/bin/makevarsIt will create the oss_vars.csh and the oss_vars.sh files. You can either paste the contents of the appropriate file to your login script (to save the settings), or execute them from the command prompt.
setenv OSS_ASN1_JAVA /usr/local/asn1pjav/<platform name>/<version number>
setenv OSSINFO $OSS_ASN1_JAVA
setenv CLASSPATH $OSS_ASN1_JAVA/lib/oss.jar:$CLASSPATH setenv PATH $OSS_ASN1_JAVA/bin:$PATH setenv LD_LIBRARY_PATH $OSS_ASN1_JAVA/lib:$LD_LIBRARY_PATH
macOS x86-64
macOS M1
The License Key: A valid ossinfo license authorization file (or ossinfojavatrial for trial tools) is required to successfully install and run the OSS ASN.1 Tools Compiler. This file is provided by email at the time of purchase or trial and contains specific information about your license and the system on which you are authorized to run the program. If you need help locating your ossinfo file, contact customerservice@oss.com.
/Applications/asn1pjav/asn1pjav/<platform name>/<version number>A 30 day trial will extract into this directory structure:
/Applications/asn1pjav/asn1pjav/<platform name>.trial/<version number>When ASN.1 Studio is included in your software distribution, the following .dmg archive will also be created:
Applications/asn1pjav/asn1studio/<asn1studio platform>/ASN.1 Studio.dmgIf an earlier ASN.1 Studio release is already installed on your machine and you prefer to keep using it, skip to the next step. Otherwise, execute ASN.1 Studio.dmg from the asn1studio/<asn1studio platform>/ directory, and follow the instructions.
cp ossinfo /Aplications/asn1pjav/asn1pjav/<platform name>/<version number>
cd /Applications/asn1pjav/asn1pjav/<platform name>/<version number>/bin/makevarsIt will create the oss_vars.csh and the oss_vars.sh files. You can either paste the contents of the appropriate file to your login script (to save the settings), or execute them from the command prompt.
OSS_ASN1_JAVA=/Applications/asn1pjav/asn1pjav/<platform name>/<version number>; export OSS_ASN1_JAVA;
OSSINFO=$OSS_ASN1_JAVA; export OSSINFO;
CLASSPATH=$OSS_ASN1_JAVA/lib/oss.jar:$CLASSPATH; export CLASSPATH; PATH=$OSS_ASN1_JAVA/bin:$PATH; DYLD_LIBRARY_PATH=$OSS_ASN1_JAVA/lib:$DYLD_LIBRARY_PATH; export DYLD LIBRARY_PATH; SHLIB_PATH=$OSS_ASN1_JAVA/lib:$SHLIB_PATH; export SHLIB_PATH;
Our Product Knowledge Center provides answers to frequently asked questions, programming and protocol examples, and sample programs that demonstrate support for various industry standards using ASN.1.
For assistance with software installation please send email to customerservice@oss.com.
For technical support send email to support@oss.com
and include the following information in your message:
This documentation applies to the OSS® ASN.1 Tools for Java release 8.7 and later.
Copyright © 2024 OSS Nokalva, Inc. All rights reserved.
No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means electronic, mechanical, photocopying, recording or otherwise, without the prior permission of OSS Nokalva, Inc.
Every distributed copy of the OSS® ASN.1 Tools for Java is associated with a specific license and related unique license number. That license determines, among other things, what functions of the OSS ASN.1 Tools for Java are available to you.