SMIMEHandler

public class SMIMEHandler

It is the base class of SMIMEEncrypter and SMIMEDecrypter. The BouncyCastle ‘s SMIME engine only works properly with BouncyCastle ‘s JCE provider. The subclass should call the method initiate(), which add the BouncyCastle ‘s Provider and setup which DataHandler for what types of content type.

Methods

initiate

static void initiate()

Add the BouncyCastle ‘s Provider and setup which DataHandler for what types of content type.