Issue #91: fix "cannot access class sun.security.rsa.RSAPrivateCrtKeyImpl" error

pull/94/head
cfig 3 years ago
parent d2719ae39e
commit 46370b17a8
No known key found for this signature in database
GPG Key ID: B104C307F0FDABB7

@ -14,10 +14,7 @@ import org.slf4j.LoggerFactory
import java.io.*
import java.math.BigInteger
import java.math.RoundingMode
import java.security.KeyFactory
import java.security.KeyStore
import java.security.MessageDigest
import java.security.Security
import java.security.*
import java.security.cert.Certificate
import java.security.cert.CertificateFactory
import java.security.spec.PKCS8EncodedKeySpec
@ -91,7 +88,7 @@ class CryptoHelper {
}
if (bSuccess) return KeyBox(
KeyFormat.DER,
sun.security.rsa.RSAPrivateCrtKeyImpl::class,
PrivateKey::class,
ret
)
//try 2

@ -1 +1 @@
Subproject commit e22873286ef13ebaf60d39dd51405cb6825cef97
Subproject commit 8b7e5fba4fe3dc9773f5156e9597c82a616a93ff

@ -1 +1 @@
Subproject commit ce834dbe0bb8b307b45480d6724a33ee928bbaff
Subproject commit bf966f66a1546fbb3f765ad6daeea42db57342e1
Loading…
Cancel
Save