Skip to content

Commit 34583e2

Browse files
committed
Merge pull request #1452 from tdinev
* pr/1452: Fix typos in security doc Closes gh-1452
2 parents bc0168f + ce335c3 commit 34583e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-ws-docs/src/docs/asciidoc/security.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It is created through the use of a hash function and a private signing function
1111
* *Encryption and Decryption*: Encryption is the process of transforming data into a form that is impossible to read without the appropriate key.
1212
It is mainly used to keep information hidden from anyone for whom it is not intended.
1313
Decryption is the reverse of encryption.
14-
It is the process of transforming encrypted data back into an readable form.
14+
It is the process of transforming encrypted data back into a readable form.
1515

1616
These three areas are implemented by using the `XwsSecurityInterceptor` or `Wss4jSecurityInterceptor`, which we describe in <<security-xws-security-interceptor>> and <<security-wss4j-security-interceptor>>, respectively.
1717

@@ -384,7 +384,7 @@ The following example shows how to do so:
384384
==== Certificate Authentication
385385

386386
A more secure way of authentication uses X509 certificates.
387-
In this scenario, the SOAP message contains a`BinarySecurityToken`, which contains a Base 64-encoded version of a X509 certificate.
387+
In this scenario, the SOAP message contains a `BinarySecurityToken`, which contains a Base 64-encoded version of a X509 certificate.
388388
The certificate is used by the recipient to authenticate.
389389
The certificate stored in the message is also used to sign the message (see <<security-verifying-signatures>>).
390390

0 commit comments

Comments
 (0)