NOTE: This algorithm is only included for backwards compatability with legacy applications, it's not secure, don't use it for anything new!
291292293294295296297
static public class MD4WithRSAEncryption extends JDKDigestSignature { public MD4WithRSAEncryption() { super("MD4withRSA", md4, new MD4Digest(), new PKCS1Encoding(new RSABlindedEngine())); }