Used to view digital certifcates, pkcs#7 data and other security related files
The plugin is a toolwindow that displays the structure of DER encoded files such as digital certificates, PKCS#7 or S/MIME messages.
Once installed the plugin can be accessed from the Project Pane.
You can right-click on any file and choose ASN.1 Viewer | View.
The toolwindow will then appear with the structure and hex views.
If autoscroll is enabled then when you select a node in the tree the corresponding hex will be highlighted.
You can save any node from the tree. The save dialog has the option to omit the leading encoding. This is useful for saving Octet or Bit Strings.
Toolwindow
Options
- Treeview of the structure of the ASN.1.
- Automatic decoding of structured types.
- Hex view of encoding.
- Ability to save sections of the structure
- Tabbed windows to allow multiple files to be opened.
- Decoding BER encoded (indefinite length) files.
- Show the descriptions of object identifiers.
- Copy a text only representation of the structure to the clipboard.
- Handle PEM encoded files such as openSSL certificates.
- Download the jar file (see below)
- Copy the jar to the idea plugins directory.
- Restart IntelliJ
Related Topics: PluginDocumentation, ProjectPluginTemplate, OpenAPI, IntellijPluginDocumentation,
IntellijPluginDocumentation, PluginDeployment, IdeasForPlugins
-- KevinORegan - 17 Jul 2003
|
|