Eugen Kuleshov wrote: >Hello, > > Is it possible to use JSS to acces cipher functionality from pkcs11 >modules? > Yes. Use CryptoManager to obtain the CryptoToken you want to use, then call CryptoToken.getCipherContext() to get an encryption engine. It's not JCA but it's similar. See the next answer.
> > I found java.security.Provider implementation in JSS but seems it supports >very limited set of functions form NSS. If there are any plans to extend >that provider and make all NSS algorithms available from JCE-compliant >provider. > Yes, for JSS 4.0 we are trying to implement everything as JCE providers.
