mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bugzilla bug 309640: replaced the French accented a (�) with ASCII a
because IBM JDK can't handle that 8-bit character in UTF8 locales. The patch is contributed by Rich Megginson of Red Hat. r=wtc,glen.beasley.
This commit is contained in:
parent
d47d842ad9
commit
343315772e
@ -120,7 +120,7 @@ public final class SafeBag implements ASN1Value {
|
||||
public static final OBJECT_IDENTIFIER KEY_BAG = PKCS12_BAG_IDS.subBranch(1);
|
||||
|
||||
/**
|
||||
* A bag containing a private key encrypted à la PKCS #8. The bag
|
||||
* A bag containing a private key encrypted a la PKCS #8. The bag
|
||||
* content is a PKCS #8 <i>EncryptedPrivateKeyInfo</i>.
|
||||
*/
|
||||
public static final OBJECT_IDENTIFIER PKCS8_SHROUDED_KEY_BAG =
|
||||
|
Loading…
Reference in New Issue
Block a user