[checkstyle] (javadoc) MissingJavadocPackage
diff --git a/src/main/java/org/apache/sling/commons/crypto/internal/package-info.java b/src/main/java/org/apache/sling/commons/crypto/internal/package-info.java
new file mode 100644
index 0000000..9d62594
--- /dev/null
+++ b/src/main/java/org/apache/sling/commons/crypto/internal/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/**
+ * Provides provider implementations of the Apache Sling Commons Crypto API.
+ */
+package org.apache.sling.commons.crypto.internal;
diff --git a/src/main/java/org/apache/sling/commons/crypto/jasypt/internal/package-info.java b/src/main/java/org/apache/sling/commons/crypto/jasypt/internal/package-info.java
new file mode 100644
index 0000000..55be25b
--- /dev/null
+++ b/src/main/java/org/apache/sling/commons/crypto/jasypt/internal/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/**
+ * Provides an implementation of the Apache Sling Commons Crypto API (Crypto Service) based on Jasypt.
+ */
+package org.apache.sling.commons.crypto.jasypt.internal;
diff --git a/src/main/java/org/apache/sling/commons/crypto/jasypt/package-info.java b/src/main/java/org/apache/sling/commons/crypto/jasypt/package-info.java
new file mode 100644
index 0000000..22d3f25
--- /dev/null
+++ b/src/main/java/org/apache/sling/commons/crypto/jasypt/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/**
+ * The Apache Sling Commons Crypto Jasypt root package.
+ */
+package org.apache.sling.commons.crypto.jasypt;
diff --git a/src/main/java/org/apache/sling/commons/crypto/package-info.java b/src/main/java/org/apache/sling/commons/crypto/package-info.java
index 82d2999..25bccb7 100644
--- a/src/main/java/org/apache/sling/commons/crypto/package-info.java
+++ b/src/main/java/org/apache/sling/commons/crypto/package-info.java
@@ -16,6 +16,10 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
+/**
+ * Provides the Apache Sling Commons Crypto API.
+ */
 @Version("1.1.0")
 package org.apache.sling.commons.crypto;
 
diff --git a/src/main/java/org/apache/sling/commons/crypto/webconsole/internal/package-info.java b/src/main/java/org/apache/sling/commons/crypto/webconsole/internal/package-info.java
new file mode 100644
index 0000000..86b7e57
--- /dev/null
+++ b/src/main/java/org/apache/sling/commons/crypto/webconsole/internal/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/**
+ * Provides a plugin for Felix Web Console to encrypt messages with available crypto services.
+ */
+package org.apache.sling.commons.crypto.webconsole.internal;
diff --git a/src/main/java/org/apache/sling/commons/crypto/webconsole/package-info.java b/src/main/java/org/apache/sling/commons/crypto/webconsole/package-info.java
new file mode 100644
index 0000000..563978b
--- /dev/null
+++ b/src/main/java/org/apache/sling/commons/crypto/webconsole/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/**
+ * The Apache Sling Commons Crypto Web Console root package.
+ */
+package org.apache.sling.commons.crypto.webconsole;