Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-06-05 22:54:21 +0000
committerThomas Watson2008-06-05 22:54:21 +0000
commitb1617df28b5ce034b7724924c49a062061e9aee0 (patch)
tree2105397c0ded6a9dabcf71d5348e0f5736a3518e /bundles/org.eclipse.osgi
parentb9a753a4ea6cfe860944f26ab818f8d76fafd990 (diff)
downloadrt.equinox.framework-b1617df28b5ce034b7724924c49a062061e9aee0.tar.gz
rt.equinox.framework-b1617df28b5ce034b7724924c49a062061e9aee0.tar.xz
rt.equinox.framework-b1617df28b5ce034b7724924c49a062061e9aee0.zip
Bug 217765 [sec] Documentation for OSGI signed content supportv20080605-1900
Diffstat (limited to 'bundles/org.eclipse.osgi')
-rw-r--r--bundles/org.eclipse.osgi/security/src/org/eclipse/osgi/service/security/package.html14
-rw-r--r--bundles/org.eclipse.osgi/security/src/org/eclipse/osgi/signedcontent/package.html14
2 files changed, 28 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/security/src/org/eclipse/osgi/service/security/package.html b/bundles/org.eclipse.osgi/security/src/org/eclipse/osgi/service/security/package.html
new file mode 100644
index 000000000..de7f5c952
--- /dev/null
+++ b/bundles/org.eclipse.osgi/security/src/org/eclipse/osgi/service/security/package.html
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Package-level Javadoc</title>
+</head>
+<body>
+Equinox security services
+<h2>
+Package Specification</h2>
+<p>This package provides service APIs related to security.
+</p>
+</body>
+</html>
diff --git a/bundles/org.eclipse.osgi/security/src/org/eclipse/osgi/signedcontent/package.html b/bundles/org.eclipse.osgi/security/src/org/eclipse/osgi/signedcontent/package.html
new file mode 100644
index 000000000..79563e3b7
--- /dev/null
+++ b/bundles/org.eclipse.osgi/security/src/org/eclipse/osgi/signedcontent/package.html
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Package-level Javadoc</title>
+</head>
+<body>
+Equinox Signed Content
+<h2>
+Package Specification</h2>
+<p>This package provides API for accessing signer information from signed content.
+</p>
+</body>
+</html>

Back to the top