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. git-svn-id: svn://10.0.0.236/trunk@180806 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
95ddd232af
commit
d98c40c35f
@ -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…
x
Reference in New Issue
Block a user