mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-19 11:45:10 +00:00
RSA: fix PKCS8 key handling (again)
This commit is contained in:
parent
8eb581a430
commit
1c9ee4ef28
@ -188,7 +188,7 @@ class RSA
|
||||
/**
|
||||
* PKCS#8 formatted private key
|
||||
*/
|
||||
const PRIVATE_FORMAT_PKCS8 = 3;
|
||||
const PRIVATE_FORMAT_PKCS8 = 8;
|
||||
/**#@-*/
|
||||
|
||||
/**#@+
|
||||
|
Loading…
Reference in New Issue
Block a user