Menu

#299 Get bug 'no such provider: SunMSCAPI' when try get certificate from mmc

v1.0 (example)
closed-wont-fix
nobody
5
2015-07-15
2015-07-15
ManhNguyen
No

Hi,

I get bug when try get certificate from mmc of windows

my code

KeyStore winKeystore = KeyStore.getInstance("Windows-MY", "SunMSCAPI"); => catch 'no such provider: SunMSCAPI'

i add full reference of ikvm library
Can you help me!

Thank's you

Discussion

  • Jeroen Frijters

    Jeroen Frijters - 2015-07-15

    This is not a bug. The SunMSCAPI provider simply is not supported. It is not an official part of "Java", just an Oracle specific extension.

     
  • Jeroen Frijters

    Jeroen Frijters - 2015-07-15
    • status: open --> closed-wont-fix
     

Log in to post a comment.