Java Doc for ASN1Constants.java in  » Apache-Harmony-Java-SE » org-package » org » apache » harmony » security » asn1 » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Apache Harmony Java SE » org package » org.apache.harmony.security.asn1 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.harmony.security.asn1.ASN1Constants

All known Subclasses:   org.apache.harmony.security.asn1.ASN1Type,
ASN1Constants
public interface ASN1Constants (Code)
ASN.1 and some other constants holder interface
See Also:    http://asn1.elibel.tm.fr/en/standards/index.htm


Field Summary
 intCLASS_APPLICATION
    
 intCLASS_CONTEXTSPECIFIC
    
 intCLASS_PRIVATE
    
 intCLASS_UNIVERSAL
    
 intPC_CONSTRUCTED
    
 intPC_PRIMITIVE
    
 intTAG_ANY
     Not from the ASN.1 specs.
 intTAG_BITSTRING
    
 intTAG_BMPSTRING
    
 intTAG_BOOLEAN
    
 intTAG_CHOICE
    
 intTAG_C_BITSTRING
    
 intTAG_C_GENERALIZEDTIME
    
 intTAG_C_OCTETSTRING
    
 intTAG_C_SEQUENCE
    
 intTAG_C_SEQUENCEOF
    
 intTAG_C_SET
    
 intTAG_C_SETOF
    
 intTAG_C_UTCTIME
    
 intTAG_C_UTF8STRING
    
 intTAG_EMBEDDEDPDV
    
 intTAG_ENUM
    
 intTAG_EXTERNAL
    
 intTAG_GENERALIZEDTIME
    
 intTAG_GENERALSTRING
    
 intTAG_GRAPHICSTRING
    
 intTAG_IA5STRING
    
 intTAG_INSTANCEOF
    
 intTAG_INTEGER
    
 intTAG_ISO646STRING
    
 intTAG_NULL
    
 intTAG_NUMERICSTRING
    
 intTAG_OBJDESCRIPTOR
    
 intTAG_OCTETSTRING
    
 intTAG_OID
    
 intTAG_PRINTABLESTRING
    
 intTAG_REAL
    
 intTAG_RELATIVEOID
    
 intTAG_SEQUENCE
    
 intTAG_SEQUENCEOF
    
 intTAG_SET
    
 intTAG_SETOF
    
 intTAG_T61STRING
    
 intTAG_TELETEXSTRING
    
 intTAG_UNIVERSALSTRING
    
 intTAG_UTCTIME
    
 intTAG_UTF8STRING
    
 intTAG_VIDEOTEXSTRING
    
 intTAG_VISIBLESTRING
    



Field Detail
CLASS_APPLICATION
int CLASS_APPLICATION(Code)



CLASS_CONTEXTSPECIFIC
int CLASS_CONTEXTSPECIFIC(Code)



CLASS_PRIVATE
int CLASS_PRIVATE(Code)



CLASS_UNIVERSAL
int CLASS_UNIVERSAL(Code)
Tag classes



PC_CONSTRUCTED
int PC_CONSTRUCTED(Code)



PC_PRIMITIVE
int PC_PRIMITIVE(Code)
Tag Primitive/Constructed (P/C) flag



TAG_ANY
int TAG_ANY(Code)
Not from the ASN.1 specs. For implementation purposes.



TAG_BITSTRING
int TAG_BITSTRING(Code)



TAG_BMPSTRING
int TAG_BMPSTRING(Code)



TAG_BOOLEAN
int TAG_BOOLEAN(Code)
Universal class tag assignments



TAG_CHOICE
int TAG_CHOICE(Code)



TAG_C_BITSTRING
int TAG_C_BITSTRING(Code)



TAG_C_GENERALIZEDTIME
int TAG_C_GENERALIZEDTIME(Code)



TAG_C_OCTETSTRING
int TAG_C_OCTETSTRING(Code)



TAG_C_SEQUENCE
int TAG_C_SEQUENCE(Code)



TAG_C_SEQUENCEOF
int TAG_C_SEQUENCEOF(Code)



TAG_C_SET
int TAG_C_SET(Code)



TAG_C_SETOF
int TAG_C_SETOF(Code)



TAG_C_UTCTIME
int TAG_C_UTCTIME(Code)



TAG_C_UTF8STRING
int TAG_C_UTF8STRING(Code)



TAG_EMBEDDEDPDV
int TAG_EMBEDDEDPDV(Code)



TAG_ENUM
int TAG_ENUM(Code)



TAG_EXTERNAL
int TAG_EXTERNAL(Code)



TAG_GENERALIZEDTIME
int TAG_GENERALIZEDTIME(Code)



TAG_GENERALSTRING
int TAG_GENERALSTRING(Code)



TAG_GRAPHICSTRING
int TAG_GRAPHICSTRING(Code)



TAG_IA5STRING
int TAG_IA5STRING(Code)



TAG_INSTANCEOF
int TAG_INSTANCEOF(Code)



TAG_INTEGER
int TAG_INTEGER(Code)



TAG_ISO646STRING
int TAG_ISO646STRING(Code)



TAG_NULL
int TAG_NULL(Code)



TAG_NUMERICSTRING
int TAG_NUMERICSTRING(Code)



TAG_OBJDESCRIPTOR
int TAG_OBJDESCRIPTOR(Code)



TAG_OCTETSTRING
int TAG_OCTETSTRING(Code)



TAG_OID
int TAG_OID(Code)



TAG_PRINTABLESTRING
int TAG_PRINTABLESTRING(Code)



TAG_REAL
int TAG_REAL(Code)



TAG_RELATIVEOID
int TAG_RELATIVEOID(Code)



TAG_SEQUENCE
int TAG_SEQUENCE(Code)



TAG_SEQUENCEOF
int TAG_SEQUENCEOF(Code)



TAG_SET
int TAG_SET(Code)



TAG_SETOF
int TAG_SETOF(Code)



TAG_T61STRING
int TAG_T61STRING(Code)



TAG_TELETEXSTRING
int TAG_TELETEXSTRING(Code)



TAG_UNIVERSALSTRING
int TAG_UNIVERSALSTRING(Code)



TAG_UTCTIME
int TAG_UTCTIME(Code)



TAG_UTF8STRING
int TAG_UTF8STRING(Code)



TAG_VIDEOTEXSTRING
int TAG_VIDEOTEXSTRING(Code)



TAG_VISIBLESTRING
int TAG_VISIBLESTRING(Code)





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.