This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c43a6014 SLING-12450 - Commons Crypto sample and documentation 
reference incorrect Factory PID (#184)
2c43a6014 is described below

commit 2c43a60140a408be73b232021877d3209e7b9732
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Oct 11 22:27:05 2024 +0200

    SLING-12450 - Commons Crypto sample and documentation reference incorrect 
Factory PID (#184)
---
 src/main/jbake/content/documentation/bundles/commons-crypto.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/jbake/content/documentation/bundles/commons-crypto.md 
b/src/main/jbake/content/documentation/bundles/commons-crypto.md
index f383f92cd..3dfb12425 100644
--- a/src/main/jbake/content/documentation/bundles/commons-crypto.md
+++ b/src/main/jbake/content/documentation/bundles/commons-crypto.md
@@ -52,16 +52,16 @@ Password providers are useful when dealing with 
password-based encryption (PBE,
 
 The file-based password provider reads the password for encryption/decryption 
from a given file.
 
-<img src="commons-crypto/FilePasswordProvider~sample.png" 
alt="JasyptStandardPBEStringCryptoService Sample Configuration" style="width: 
50%; border: 1px solid silver">
+<img src="commons-crypto/FilePasswordProvider~sample.png" 
alt="FilePasswordProvider Sample Configuration" style="width: 50%; border: 1px 
solid silver">
 
 
 ## Jasypt implementation
 
 The Commons Crypto module provides a crypto service implementation based on 
the [Jasypt](http://www.jasypt.org) `StandardPBEStringEncryptor`.
 
-The `JasyptStandardPBEStringCryptoService` requires at least a password 
provider and an initialization vector (IV) generator (`IvGenerator`) to set up 
the internal `StandardPBEStringEncryptor`.
+The `JasyptStandardPbeStringCryptoService` requires at least a password 
provider and an initialization vector (IV) generator (`IvGenerator`) to set up 
the internal `StandardPBEStringEncryptor`.
 
-<img src="commons-crypto/JasyptStandardPBEStringCryptoService~sample.png" 
alt="JasyptStandardPBEStringCryptoService Sample Configuration" style="width: 
50%; border: 1px solid silver">
+<img src="commons-crypto/JasyptStandardPBEStringCryptoService~sample.png" 
alt="JasyptStandardPbeStringCryptoService Sample Configuration" style="width: 
50%; border: 1px solid silver">
 
 <img src="commons-crypto/JasyptRandomIvGeneratorRegistrar~sample.png" 
alt="JasyptRandomIvGeneratorRegistrar Sample Configuration" style="width: 50%; 
border: 1px solid silver">
 
@@ -93,7 +93,7 @@ A module with (minimal) sample configurations can be found in 
[Sling's samples G
     }
 
 
-`org.apache.sling.commons.crypto.jasypt.internal.JasyptStandardPBEStringCryptoService~sample.json`
+`org.apache.sling.commons.crypto.jasypt.internal.JasyptStandardPbeStringCryptoService~sample.json`
 
     {
       "jcr:primaryType": "sling:OsgiConfig",

Reply via email to