| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Stripes
Revision: 948
Author: javelotinfo
Date: 15 Jul 2008 10:14:56
Changes:Javadoc correction
Files:| ... | ...@@ -46,7 +46,7 @@ | |
| 46 | 46 | * |
| 47 | 47 | * <p>Finally a key can be specified by calling {@link #setSecretKey(javax.crypto.SecretKey)} and |
| 48 | 48 | * providing your own {@link SecretKey} instance. This method allows the specification of any |
| 49 | * key from any source. In addition they provided key can be for any algorithm supported by | |
| 49 | * key from any source. In addition the provided key can be for any algorithm supported by | |
| 50 | 50 | * the JVM in which it is constructed. CryptoUtil will then use the algorithm returned by |
| 51 | 51 | * {@link javax.crypto.SecretKey#getAlgorithm()}. If using this method, the key should be set |
| 52 | 52 | * before any requests are made, e.g. in a {@link javax.servlet.ServletContextListener}.</p> |