From 2d322d5edb7705d98db3fcdaff7d8d0f1bc516d9 Mon Sep 17 00:00:00 2001 From: "nicolson%netscape.com" Date: Thu, 24 Jan 2002 01:16:12 +0000 Subject: [PATCH] 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 --- .../security/jss/org/mozilla/jss/crypto/SecretDecoderRing.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/security/jss/org/mozilla/jss/crypto/SecretDecoderRing.java b/mozilla/security/jss/org/mozilla/jss/crypto/SecretDecoderRing.java index 708186320ca..4642fd7975a 100644 --- a/mozilla/security/jss/org/mozilla/jss/crypto/SecretDecoderRing.java +++ b/mozilla/security/jss/org/mozilla/jss/crypto/SecretDecoderRing.java @@ -57,6 +57,9 @@ import java.io.UnsupportedEncodingException; * alg AlgorithmIdentifier, * ciphertext OCTET STRING } * + * + *

You must set the password on the Internal Key Storage Token + * (aka software token, key3.db) before you use the SecretDecoderRing. */ public class SecretDecoderRing {