Closed
Bug 150720
Opened 23 years ago
Closed 23 years ago
Support KeyFactory.generatePrivate(DSAPrivateKeySpec)
Categories
(JSS Graveyard :: Library, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.3
People
(Reporter: jamie-bugzilla, Assigned: jamie-bugzilla)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
|
8.25 KB,
patch
|
Details | Diff | Splinter Review |
Once NSS fixes bug 122700, we can make this work in JSS (in KeyFactorySpi).
| Assignee | ||
Comment 1•23 years ago
|
||
Making this a dependent of 122700.
Status: NEW → ASSIGNED
Depends on: 122700
| Assignee | ||
Comment 2•23 years ago
|
||
Also re-enable the test in KeyFactoryTest.
| Assignee | ||
Comment 4•23 years ago
|
||
We might be able to do this by generating the public value from the private value.
Target Milestone: 4.0 → 3.2.1
| Assignee | ||
Comment 5•23 years ago
|
||
| Assignee | ||
Comment 6•23 years ago
|
||
Fixed on trunk:
/cvsroot/mozilla/security/jss/org/mozilla/jss/pkcs11/PK11PrivKey.c,v <--
PK11PrivKey.c
new revision: 1.11; previous revision: 1.10
/cvsroot/mozilla/security/jss/org/mozilla/jss/pkcs11/PK11PrivKey.java,v <--
PK11PrivKey.java
new revision: 1.6; previous revision: 1.5
/cvsroot/mozilla/security/jss/org/mozilla/jss/provider/java/security/KeyFactorySpi1_2.java,v
<-- KeyFactorySpi1_2.java
new revision: 1.5; previous revision: 1.4
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•