Document the necessity of setting the password on the key database before

using the SecretDecoderRing.


git-svn-id: svn://10.0.0.236/trunk@112600 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nicolson%netscape.com 2002-01-24 01:16:12 +00:00
parent 4213779178
commit 2d322d5edb

View File

@ -57,6 +57,9 @@ import java.io.UnsupportedEncodingException;
* alg AlgorithmIdentifier,
* ciphertext OCTET STRING }
* </pre>
*
* <p>You must set the password on the Internal Key Storage Token
* (aka software token, key3.db) before you use the SecretDecoderRing.
*/
public class SecretDecoderRing {