⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mms.java

📁 mms的编码
💻 JAVA
字号:
/*************************************************************/
/* Copyright (C) 2007 OSS Nokalva, Inc.  All rights reserved.*/
/*************************************************************/

/* THIS FILE IS PROPRIETARY MATERIAL OF OSS NOKALVA, INC.
 * AND MAY BE USED ONLY BY DIRECT LICENSEES OF OSS NOKALVA, INC.
 * THIS FILE MAY NOT BE DISTRIBUTED. */

/* Generated for: Xiangtan University (Trial) */
/* Abstract syntax: mms */
/* ASN.1 Java project: mms.Mms */
/* Created: Wed Aug 15 17:57:55 2007 */
/* ASN.1 Compiler for Java version: 3.1 */
/* ASN.1 compiler options and file names specified:
 * -output mms -errorfile C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/10. -nolistingfile
 * -nomodlistingfile -noshortennames -constraints -nouserconstraints -valuerefs
 * -test -debug -warningmessages -verbose -nopedantic -ber -root -norelaySafe
 * -noparamtypesuperclass -autoencdec -ignoreIncompleteItems
 * C:/New_MMS_ASN.1/MMS.asn
 */


package mms;

import com.oss.asn1.*;
import com.oss.metadata.*;

public class Mms extends ASN1Project {

    /**
     * Initialize the pdu decoder.
     */
    private static final ProjectInfo c_projectInfo = new ProjectInfo (
	null,
	new byte[] {
	    (byte)0x0b, (byte)0x8a, (byte)0xc1, (byte)0x8b, (byte)0xad,
	    (byte)0xbd, (byte)0x85, (byte)0xe8, (byte)0xe9, (byte)0x3d,
	    (byte)0xdb, (byte)0x01, (byte)0xaf, (byte)0x43, (byte)0x2c,
	    (byte)0xcc, (byte)0xea, (byte)0xf5, (byte)0x89, (byte)0x18,
	    (byte)0xb4, (byte)0x9c, (byte)0xdd, (byte)0xdd, (byte)0xe8,
	    (byte)0xc0, (byte)0xaa, (byte)0xf7, (byte)0x74, (byte)0x09,
	    (byte)0x91, (byte)0xca, (byte)0x99, (byte)0xe7, (byte)0x25,
	    (byte)0xe8, (byte)0x40, (byte)0x71, (byte)0xac, (byte)0xa3,
	    (byte)0x03, (byte)0xbe, (byte)0x6d, (byte)0xf6, (byte)0x83,
	    (byte)0x11, (byte)0x6a, (byte)0x65, (byte)0x77, (byte)0xb2,
	    (byte)0xf4, (byte)0x17, (byte)0x26, (byte)0xcc, (byte)0x11,
	    (byte)0x57, (byte)0x72, (byte)0x68, (byte)0x83, (byte)0x34,
	    (byte)0xda, (byte)0xb0, (byte)0x2f, (byte)0x2c, (byte)0x96,
	    (byte)0x4f, (byte)0x88, (byte)0x89, (byte)0x07, (byte)0xe9,
	    (byte)0x4e, (byte)0x8e, (byte)0xd1, (byte)0xfa, (byte)0x9e,
	    (byte)0x53, (byte)0x00
	},
	"2007/09/13"
    );
    
    /**
     * Get the project descriptor of 'this' object.
     */
    public ProjectInfo getProjectInfo()
    {
	return c_projectInfo;
    }
    
    private static final ASN1Project c_project = new Mms();

    /**
     * Methods for accessing Coders.
     */
    public static Coder getDefaultCoder()
    {
	return createBERCoder(c_project);
    }
    
    public static BERCoder getBERCoder()
    {
	return createBERCoder(c_project);
    }
    
    public static DERCoder getDERCoder()
    {
	return createDERCoder(c_project);
    }
    
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -