JavaException: java.lang.SecurityException: Illegal access to method getSerialNumber() in class com.sun.security.cert.internal.x509.X509V1CertImpl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2020 05:22 AM
Developing a scoped app, I get this error when I try to access the method getSerialNumber() in the class Packages.javax.security.cert.X509Certificate. The other methods like getIssuerDN() or getSubjectDN() work perfectly fine.
- Labels:
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2020 03:47 AM
Well then you cant reach it - its Java class possbily with private method which is not exposed to the Rhino. Or its used by MID server - its a bit different there.
Sorry for being able to help a bit
Joro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2020 04:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2020 04:22 AM
Yeahhh,
so Rhino has no access to it I guess. I am thinking of how we can flank this if possible.