码迷,mamicode.com
首页 > 编程语言 > 详细

java与.net平台之间进行RSA加密验证

时间:2015-05-28 15:33:24      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:

RSA加密算法虽然不分平台,标准都是一样的,但是各个平台的实现方式都不尽相同,下面来我来说说
java与.net平台之间该如何进行RSA加密验证,
java端加密-》.net端验证.net端加密-》java端验证

我对RSA算法也只是停留在应用的层面,所以我就以应用的角度来说说这个过程。
首先,我们来看一下java端的私钥和公钥的样子:
私钥:

技术分享MIICeQIBADANBgkqhkiG9w0BAQEFAASCAmMwggJfAgEAAoGBAL6VJN4ZkfZA3aPPgKC3xaqT/yZT5FOlQ5TGg6heVqDVEHHVLH1E+HEEmWmuTv2ngz9pZbzy9KWkJpV59W1dgNHSSk575VjUAv0BhZXFSH0lng2mZ2Q5/2dVxKsASjJ2bQiEGUD8LO5KpaLlfQpo3ANovBZvUtHw5exegnyXyZbDAgMBAAECgYEAr7YEWr1KhLcDYg9jMUqd9QokOSspnTEGoPlx016/EeO/GKSJMynOwSyTYQszisvRxzoecdmyU7GHXVMnQ2Ds7WvbcuNkIRWmxFa4nTkk2zNF6KByvvFwLiW4LQXF6B+uV7+ZNqvfhCoD/j2wki8jfWkuuAaKnTda/axHMi+zRYECQQD73iC2GjZyur4amJQPK6d+kDlJ0dYyyUvQa0vd6mfoPnQDOIqayBaueSwWIpLI/L7eUuP9CDFryQtdBvWqD/dBAkEAwbWcrybn0eaxiPZacZLZXzXO8g12hYoXT1h0DTLvy1rnVUOspNfKZcBZMjPxT4+QEknoTShSnSbJ5sHitfZxAwJBANMlU2z2KqEh1k77jFvvb9oVVEGDbTtkL2+JE6/1W6iB+sXcd63sgb9Ai+n+j+l4oRZGjSTJ4oyGnUUemYI5IkECQQCA9JNrcv4PGYIFCOPrCfTV0m+Dan0Fp4mfE+amRsumWEz60UOktdeS53s51aSG767czgDtJLPi1MjCaz6vHnHbAkEA4NxLLg6UCAoCpXMgqqZHWMgbMwNNFr9diCWP/tZ5OJmWYHgn7zfqMXa/RNaethjdG1biIkj5h7qm6XDBBqGuxw==
技术分享


公钥:

技术分享MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+lSTeGZH2QN2jz4Cgt8Wqk/8mU+RTpUOUxoOoXlag1RBx1Sx9RPhxBJlprk79p4M/aWW88vSlpCaVefVtXYDR0kpOe+VY1AL9AYWVxUh9JZ4NpmdkOf9nVcSrAEoydm0IhBlA/CzuSqWi5X0KaNwDaLwWb1LR8OXsXoJ8l8mWwwIDAQAB技术分享
技术分享


我们再来看一下.net端的私钥和公钥的样子:
私钥:

技术分享<RSAKeyValue><Modulus>vpUk3hmR9kDdo8+AoLfFqpP/JlPkU6VDlMaDqF5WoNUQcdUsfUT4cQSZaa5O/aeDP2llvPL0paQmlXn1bV2A0dJKTnvlWNQC/QGFlcVIfSWeDaZnZDn/Z1XEqwBKMnZtCIQZQPws7kqlouV9CmjcA2i8Fm9S0fDl7F6CfJfJlsM=</Modulus><Exponent>AQAB</Exponent><P>+94gtho2crq+GpiUDyunfpA5SdHWMslL0GtL3epn6D50AziKmsgWrnksFiKSyPy+3lLj/Qgxa8kLXQb1qg/3QQ==</P><Q>wbWcrybn0eaxiPZacZLZXzXO8g12hYoXT1h0DTLvy1rnVUOspNfKZcBZMjPxT4+QEknoTShSnSbJ5sHitfZxAw==</Q><DP>0yVTbPYqoSHWTvuMW+9v2hVUQYNtO2Qvb4kTr/VbqIH6xdx3reyBv0CL6f6P6XihFkaNJMnijIadRR6ZgjkiQQ==</DP><DQ>gPSTa3L+DxmCBQjj6wn01dJvg2p9BaeJnxPmpkbLplhM+tFDpLXXkud7OdWkhu+u3M4A7SSz4tTIwms+rx5x2w==</DQ><InverseQ>4NxLLg6UCAoCpXMgqqZHWMgbMwNNFr9diCWP/tZ5OJmWYHgn7zfqMXa/RNaethjdG1biIkj5h7qm6XDBBqGuxw==</InverseQ><D>r7YEWr1KhLcDYg9jMUqd9QokOSspnTEGoPlx016/EeO/GKSJMynOwSyTYQszisvRxzoecdmyU7GHXVMnQ2Ds7WvbcuNkIRWmxFa4nTkk2zNF6KByvvFwLiW4LQXF6B+uV7+ZNqvfhCoD/j2wki8jfWkuuAaKnTda/axHMi+zRYE=</D></RSAKeyValue>
技术分享


公钥:

技术分享<RSAKeyValue><Modulus>vpUk3hmR9kDdo8+AoLfFqpP/JlPkU6VDlMaDqF5WoNUQcdUsfUT4cQSZaa5O/aeDP2llvPL0paQmlXn1bV2A0dJKTnvlWNQC/QGFlcVIfSWeDaZnZDn/Z1XEqwBKMnZtCIQZQPws7kqlouV9CmjcA2i8Fm9S0fDl7F6CfJfJlsM=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue>


所以,只要将一边的公钥和私钥转换成另一边的即可。
我的做法是将java端的公钥和私钥转换成.net端的公钥和私钥。

咱们先看私钥的转换:

技术分享// --- Returns XML encoded RSA private key string suitable for .NET
技术分享    // CryptoServiceProvider.FromXmlString(true) ------
技术分享    // --- Leading zero bytes (most significant) must be removed for XML
技术分享    // encoding for .NET; otherwise format error ---
技术分享
技术分享    private String getRSAPrivateKeyAsNetFormat(byte[] encodedPrivkey) {
技术分享        try {
技术分享            StringBuffer buff = new StringBuffer(1024);
技术分享
技术分享            PKCS8EncodedKeySpec pvkKeySpec = new PKCS8EncodedKeySpec(
技术分享                    encodedPrivkey);
技术分享            KeyFactory keyFactory = KeyFactory.getInstance("RSA");
技术分享            RSAPrivateCrtKey pvkKey = (RSAPrivateCrtKey) keyFactory
技术分享                    .generatePrivate(pvkKeySpec);
技术分享
技术分享            buff.append("<RSAKeyValue>");
技术分享            buff.append("<Modulus>"
技术分享                    + b64encode(removeMSZero(pvkKey.getModulus().toByteArray()))
技术分享                    + "</Modulus>");
技术分享
技术分享            buff.append("<Exponent>"
技术分享                    + b64encode(removeMSZero(pvkKey.getPublicExponent()
技术分享                            .toByteArray())) + "</Exponent>");
技术分享
技术分享            buff.append("<P>"
技术分享                    + b64encode(removeMSZero(pvkKey.getPrimeP().toByteArray()))
技术分享                    + "</P>");
技术分享
技术分享            buff.append("<Q>"
技术分享                    + b64encode(removeMSZero(pvkKey.getPrimeQ().toByteArray()))
技术分享                    + "</Q>");
技术分享
技术分享            buff.append("<DP>"
技术分享                    + b64encode(removeMSZero(pvkKey.getPrimeExponentP()
技术分享                            .toByteArray())) + "</DP>");
技术分享
技术分享            buff.append("<DQ>"
技术分享                    + b64encode(removeMSZero(pvkKey.getPrimeExponentQ()
技术分享                            .toByteArray())) + "</DQ>");
技术分享
技术分享            buff.append("<InverseQ>"
技术分享                    + b64encode(removeMSZero(pvkKey.getCrtCoefficient()
技术分享                            .toByteArray())) + "</InverseQ>");
技术分享
技术分享            buff.append("<D>"
技术分享                    + b64encode(removeMSZero(pvkKey.getPrivateExponent()
技术分享                            .toByteArray())) + "</D>");
技术分享            buff.append("</RSAKeyValue>");
技术分享
技术分享            return buff.toString().replaceAll("[ \t\n\r]", "");
技术分享        } catch (Exception e) {
技术分享            System.err.println(e);
技术分享            return null;
技术分享        }
技术分享    }


再看公钥的转换:

技术分享// --- Returns XML encoded RSA public key string suitable for .NET
技术分享    // CryptoServiceProvider.FromXmlString(true) ------
技术分享    // --- Leading zero bytes (most significant) must be removed for XML
技术分享    // encoding for .NET; otherwise format error ---
技术分享
技术分享    private String getRSAPublicKeyAsNetFormat(byte[] encodedPrivkey) {
技术分享        try {
技术分享            StringBuffer buff = new StringBuffer(1024);
技术分享
技术分享            PKCS8EncodedKeySpec pvkKeySpec = new PKCS8EncodedKeySpec(
技术分享                    encodedPrivkey);
技术分享            KeyFactory keyFactory = KeyFactory.getInstance("RSA");
技术分享            RSAPrivateCrtKey pvkKey = (RSAPrivateCrtKey) keyFactory
技术分享                    .generatePrivate(pvkKeySpec);
技术分享            buff.append("<RSAKeyValue>");
技术分享            buff.append("<Modulus>"
技术分享                    + b64encode(removeMSZero(pvkKey.getModulus().toByteArray()))
技术分享                    + "</Modulus>");
技术分享            buff.append("<Exponent>"
技术分享                    + b64encode(removeMSZero(pvkKey.getPublicExponent()
技术分享                            .toByteArray())) + "</Exponent>");
技术分享            buff.append("</RSAKeyValue>");
技术分享            return buff.toString().replaceAll("[ \t\n\r]", "");
技术分享        } catch (Exception e) {
技术分享            System.err.println(e);
技术分享            return null;
技术分享        }
技术分享    }


通过以上两个方法,就可以将java端的公钥和私钥转换为.net端的了。
然后.net端可以用如下代码装载转换好的key

技术分享 //java端转换为.net端的私钥 
技术分享                string NET_PRIVATE_KEY = @"<RSAKeyValue><Modulus>lKc3QnhdBGrA+Tkz0QvbgEWHDjS/AMp4bhwqFgQXdo+mIwC/8POr8GpgCpsY2GgU+PBIFI51q2U64aKFwQYQhxSiQI3r7kAa5+DVQVhheRlAaHz/iRMr2HqVkxqtjoTbNjVCMuTqgX7xu30YDcX9ZXSH0lGWCy3NEdzxBpOAtFk=</Modulus><Exponent>AQAB</Exponent><P>3eX5uQZalJF/tgosNUUV8ss4aVAwDntID63Ta6bFEnZFzp3YckXKGzmOQuygHK0tuUviN+BQFlk0eelMz3JMiQ==</P><Q>q3+YtH0B30ijTITtGWqNI+zXbhpodhVuugWHkihz9XKFQ7srbYA3YovvyOmK1Q/zlF92X3MFfUjRFWB/fEVVUQ==</Q><DP>Ey1tB7Ck43Ivt2vppjDyVKl7lp53iMje0XwUaZlgLthJ8DF0I2wkq3Wt9dq9e7z71qfYRTv9r/DFuEORf9xBAQ==</DP><DQ>n2ynDSmkIugIfeqX6meluv7BqWW9NABqhVz8kT8vxLzn63XEQi/NzLtfdbq8x6HjgktX5BUtxjB5xVCGUoS1cQ==</DQ><InverseQ>FNZDF90zR/2b/kevm4DomVTs7Iz/oaidOFsLQqD4BZfycuMdpTMAO8UUVtK5+eL7G24JaJAmb1U6QfkTc4syOQ==</InverseQ><D>cVf2aHZB5kZHkT+uZKx31xwsWAabxEyc+sf6xwKjqUDqWjIOJ/iDlzJkvHF5xjfGFfGP5CyjR+ZNuREkjwLCwjBiOhp34QMuN22LbKfHsvgHYiAOqkTxwASQ2FwaonA8nrfluHZhWECMrOSYag2QWuaOoToF91XvkNf8tBFcHQE=</D></RSAKeyValue>";
技术分享                //java端转换为.net端的公钥     
技术分享                //string NET_PUBLIC_KEY = @"<RSAKeyValue><Modulus>vpUk3hmR9kDdo8+AoLfFqpP/JlPkU6VDlMaDqF5WoNUQcdUsfUT4cQSZaa5O/aeDP2llvPL0paQmlXn1bV2A0dJKTnvlWNQC/QGFlcVIfSWeDaZnZDn/Z1XEqwBKMnZtCIQZQPws7kqlouV9CmjcA2i8Fm9S0fDl7F6CfJfJlsM=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue>";
技术分享                RSA = new RSACryptoServiceProvider();
技术分享                RSA.FromXmlString(NET_PRIVATE_KEY);
技术分享               //RSA.FromXmlString(NET_PUBLIC_KEY);



注意,如果.net端只是验证,可以只导入NET_PUBLIC_KEY;如果.net端既加密又验证,那么只导入NET_PRIVATE_KEY即可,不用导入NET_PUBLIC_KEY。

下面给出完整代码及使用说明:
使用说明:
1.使用java端的GenerateKeys方法,生成java端和.net端需要的公钥和私钥
2.java端调用Sign方法进行加密,调用Verify方法进行验证
3..net端调用signData方法进行加密,调用verifySignature方法进行验证

.net端c#代码:

技术分享using System;
技术分享using System.Security.Cryptography;
技术分享using System.IO;
技术分享using System.Text;
技术分享using System.Xml;
技术分享using System.Web;
技术分享namespace RSASecurity
技术分享{
技术分享    class ssosign
技术分享    {
技术分享        private RSAParameters RSAKeyInfo;
技术分享        private static RSACryptoServiceProvider RSA=null;
技术分享        //私钥
技术分享        private const string NET_PRIVATE_KEY = @"<RSAKeyValue><Modulus>lKc3QnhdBGrA+Tkz0QvbgEWHDjS/AMp4bhwqFgQXdo+mIwC/8POr8GpgCpsY2GgU+PBIFI51q2U64aKFwQYQhxSiQI3r7kAa5+DVQVhheRlAaHz/iRMr2HqVkxqtjoTbNjVCMuTqgX7xu30YDcX9ZXSH0lGWCy3NEdzxBpOAtFk=</Modulus><Exponent>AQAB</Exponent><P>3eX5uQZalJF/tgosNUUV8ss4aVAwDntID63Ta6bFEnZFzp3YckXKGzmOQuygHK0tuUviN+BQFlk0eelMz3JMiQ==</P><Q>q3+YtH0B30ijTITtGWqNI+zXbhpodhVuugWHkihz9XKFQ7srbYA3YovvyOmK1Q/zlF92X3MFfUjRFWB/fEVVUQ==</Q><DP>Ey1tB7Ck43Ivt2vppjDyVKl7lp53iMje0XwUaZlgLthJ8DF0I2wkq3Wt9dq9e7z71qfYRTv9r/DFuEORf9xBAQ==</DP><DQ>n2ynDSmkIugIfeqX6meluv7BqWW9NABqhVz8kT8vxLzn63XEQi/NzLtfdbq8x6HjgktX5BUtxjB5xVCGUoS1cQ==</DQ><InverseQ>FNZDF90zR/2b/kevm4DomVTs7Iz/oaidOFsLQqD4BZfycuMdpTMAO8UUVtK5+eL7G24JaJAmb1U6QfkTc4syOQ==</InverseQ><D>cVf2aHZB5kZHkT+uZKx31xwsWAabxEyc+sf6xwKjqUDqWjIOJ/iDlzJkvHF5xjfGFfGP5CyjR+ZNuREkjwLCwjBiOhp34QMuN22LbKfHsvgHYiAOqkTxwASQ2FwaonA8nrfluHZhWECMrOSYag2QWuaOoToF91XvkNf8tBFcHQE=</D></RSAKeyValue>";
技术分享        //公钥参数
技术分享        private const string PUB_KEY_MODULES = @"1lpnLvumD8/NedJ7s4WS8UO9OORbXVTgJXmfa72bI4A1L1l6Np91BETQ+yB8Fq6iGWw5OR8OB2UbRBcopb2etepDqWd7kmCtbVT36kTW+E8dWdaVjbI2BCXEGaXuzPPdGOlp52OaawYR5zyG0MiCvJ4jE7RDJax4Cl24ZqPUs4U=";
技术分享        //公钥参数
技术分享        private const string PUB_KEY_EXP = @"AQAB";
技术分享        /// <summary>
技术分享        /// Reads the Public key file and Loads the RSAParameters with the 
技术分享        /// Modulous and Exponent data.
技术分享        /// </summary>
技术分享        public ssosign(RSAType type)
技术分享        {
技术分享            
技术分享            RSA = new RSACryptoServiceProvider();
技术分享            //if (type == RSAType.ITDMS)
技术分享            //{
技术分享            //    RSAKeyInfo = new RSAParameters();
技术分享            //    RSAKeyInfo.Modulus = Convert.FromBase64String(PUB_KEY_MODULES);
技术分享            //    RSAKeyInfo.Exponent = Convert.FromBase64String(PUB_KEY_EXP);
技术分享            //    RSA.ImportParameters(RSAKeyInfo);
技术分享            //}
技术分享            //else //type == RSAType.RSP
技术分享            //{ 
技术分享                RSA.FromXmlString(NET_PRIVATE_KEY);
技术分享            //}
技术分享        }
技术分享        /// <summary>
技术分享        /// sign the data
技术分享        /// </summary>
技术分享        /// <param name="dataToBeSigned"></param>
技术分享        /// <returns></returns>
技术分享        public string signData(string dataToBeSigned)
技术分享        {
技术分享            byte[] data = Encoding.UTF8.GetBytes(dataToBeSigned);
技术分享
技术分享            byte[] endata = RSA.SignData(data,"SHA1");
技术分享
技术分享            return Convert.ToBase64String(endata);
技术分享           
技术分享        }
技术分享        /// <summary>
技术分享        /// Verifies the signature for a given data.
技术分享        /// </summary>
技术分享        /// <param name="signature">Signature data in Base64</param>
技术分享        /// <param name="signedData">Original data in BASE64</param>
技术分享        /// <returns>True if signature is valid else False</returns>
技术分享        public bool verifySignature(string signature,string signedData)
技术分享        {
技术分享            byte[] sign = Convert.FromBase64String(signature);
技术分享            return verifySignature(sign,signedData);
技术分享        }
技术分享        /// <summary>
技术分享        /// Verifies the signature for a given data.
技术分享        /// </summary>
技术分享        /// <param name="signature">The signature </param>
技术分享        /// <param name="signedData">Original data in Base64</param>
技术分享        /// <returns></returns>
技术分享        public bool verifySignature(byte[] signature , string signedData)
技术分享        {
技术分享            try
技术分享            {
技术分享                byte[] hash = Convert.FromBase64String(signedData);
技术分享                if(RSA.VerifyData(hash,"SHA1",signature))
技术分享                {
技术分享                    return true;
技术分享                }
技术分享                else
技术分享                {
技术分享                    //Console.WriteLine("The signature is not valid.");
技术分享                    return false;
技术分享                }
技术分享            }
技术分享            catch(Exception e)    
技术分享            {
技术分享                Console.WriteLine(e.Message);
技术分享                return false;
技术分享            }
技术分享        }
技术分享
技术分享        /// <summary>
技术分享        /// The main entry point for the application.
技术分享        /// </summary>
技术分享        [STAThread]
技术分享        static void Main()
技术分享        {
技术分享            ssosign sso = new ssosign(RSAType.RSP);
技术分享            string user = "limt";
技术分享            string time = "2010-12-01 11:00:00";
技术分享            string data = user + time;
技术分享            string endata = Convert.ToBase64String(Encoding.UTF8.GetBytes(data));
技术分享            //string ensignature = @"SjAoGfsw+vjTLOEC7eXq+V41Q6UNdRXVIdD+5gTbEfy8tfE8cgDIZRn4uIAydYfqprhJ2GbJnTTpQZxOJ0PsQR9TUVVGp0QmbNOJc/Zjm0kuBBwF43ESTSMe0CpXqOLMpLasP7hEdJlVgcrEIXijde0GxSD7qZ+6Ty8P0istR1Y=";
技术分享            string ensignature = sso.signData(data);
技术分享
技术分享            bool result = sso.verifySignature(ensignature, endata);
技术分享
技术分享            Console.WriteLine("Data is validate: " + result);
技术分享            //string str = HttpUtility.UrlDecode("MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTIzNDU2Nzg5MDEyMzQ1Njc4OQ%3D%3D",Encoding.UTF8);
技术分享            //Console.WriteLine(str);
技术分享            Console.ReadLine();
技术分享        }
技术分享    }
技术分享}
技术分享


java端代码:

技术分享package rsa;
技术分享
技术分享import java.security.*;
技术分享import java.security.spec.*;
技术分享import java.io.*;
技术分享import java.security.interfaces.*;
技术分享
技术分享import org.castor.util.Base64Decoder;
技术分享import org.castor.util.Base64Encoder;
技术分享
技术分享
技术分享public class ssosign {
技术分享
技术分享    private KeyPairGenerator keyGen; // Key pair generator for RSA
技术分享    private PrivateKey privateKey; // Private Key Class
技术分享    private PublicKey publicKey; // Public Key Class
技术分享    private KeyPair keypair; // KeyPair Class
技术分享    private Signature sign; // Signature, used to sign the data
技术分享
技术分享    /**
技术分享     * Default Constructor. Instantiates the signature algorithm.
技术分享     */
技术分享    public ssosign() {
技术分享        try {
技术分享            // Get the instance of Signature Engine.
技术分享            sign = Signature.getInstance("SHA1withRSA");
技术分享        } catch (NoSuchAlgorithmException nsa) {
技术分享            System.out.println("" + nsa.getMessage());
技术分享        }
技术分享    }
技术分享
技术分享    /**
技术分享     * Signs the data and return the signature for a given data.
技术分享     * 
技术分享     * @param user
技术分享     *            The current user’s external person number
技术分享     * @param time
技术分享     *            The current time in string format: yyyy-mm-dd hh:mm:ss
技术分享     * @param EncodedCert
技术分享     *            The hard coded certificate string, i.e. <b>private key</b>
技术分享     * @return String URLEncode string of Signature
技术分享     * @throws UnsupportedEncodingException
技术分享     */
技术分享    public String Sign(String user, String time, String EncodedCert) {
技术分享
技术分享        String returnStr = "";
技术分享        try {
技术分享            String toBeSigned = user + time;
技术分享            byte[] signature = signData(toBeSigned.getBytes(), EncodedCert);
技术分享            String base64Signature = b64encode(signature);
技术分享            returnStr = base64Signature;// java.net.URLEncoder.encode(base64Signature,
技术分享                                        // "UTF-8");
技术分享        }
技术分享        // catch (UnsupportedEncodingException ue) {
技术分享        // // TODO Auto-generated catch block
技术分享        // System.out.println(ue.getMessage());
技术分享        // }
技术分享        catch (Exception e) {
技术分享            System.out.println(e);
技术分享        }
技术分享        return returnStr;
技术分享    }
技术分享
技术分享    public boolean Verify(String base64signature, String user, String time,
技术分享            String EncodedCert) {
技术分享        String toBeSigned = user + time;
技术分享        // try {
技术分享        // base64signature = java.net.URLDecoder.decode(base64signature,
技术分享        // "UTF-8");
技术分享        // } catch (UnsupportedEncodingException e) {
技术分享        // // TODO Auto-generated catch block
技术分享        // e.printStackTrace();
技术分享        // }
技术分享        byte[] signature = b64decode(base64signature);
技术分享        return verifySignature(signature, toBeSigned.getBytes(), EncodedCert);
技术分享    }
技术分享
技术分享    /**
技术分享     * Generates the keys for given size.
技术分享     * 
技术分享     * @param size
技术分享     *            Key Size [512|1024]
技术分享     * @param privateKeyPath
技术分享     *            Private key will be generated in file which can be named with
技术分享     *            "privateKeyPath" parameter;
技术分享     * @param publicKeyPath
技术分享     *            Public key will be generated in file which can be named with
技术分享     *            "publicKeyPath" parameter;
技术分享     * @param netPublicKeyPath
技术分享     *            Public key can be read for .Net platform will be generated in
技术分享     *            file which can be named with "netPublicKeyPath" parameter;
技术分享     */
技术分享    public void GenerateKeys(int size, String privateKeyPath,
技术分享            String publicKeyPath, String netPublicKeyPath,
技术分享            String netPrivateKeyPath) {
技术分享        try {
技术分享            System.out.println("Generatign Keys");
技术分享            // Get Key Pair Generator for RSA.
技术分享            keyGen = KeyPairGenerator.getInstance("RSA");
技术分享            keyGen.initialize(size);
技术分享            keypair = keyGen.genKeyPair();
技术分享            privateKey = keypair.getPrivate();
技术分享            publicKey = keypair.getPublic();
技术分享
技术分享            // Get the bytes of the public and private keys
技术分享            byte[] privateKeyBytes = privateKey.getEncoded();
技术分享            byte[] publicKeyBytes = publicKey.getEncoded();
技术分享
技术分享            // write bytes to corresponding files.
技术分享            writeKeyBytesToFile(b64encode(privateKeyBytes).getBytes(),
技术分享                    privateKeyPath);
技术分享            String encodedValue = b64encode(publicKeyBytes);
技术分享            writeKeyBytesToFile(encodedValue.getBytes(), publicKeyPath);
技术分享
技术分享            // Generate the Private Key, Public Key and Public Key in XML
技术分享            // format.
技术分享            PrivateKey privateKey = KeyFactory.getInstance("RSA")
技术分享                    .generatePrivate(new PKCS8EncodedKeySpec(privateKeyBytes));
技术分享            PublicKey publicKey = KeyFactory.getInstance("RSA").generatePublic(
技术分享                    new X509EncodedKeySpec(publicKeyBytes));
技术分享            // RSAPublicKey rsaPublicKey = (RSAPublicKey)
技术分享            // KeyFactory.getInstance(
技术分享            // "RSA").generatePublic(
技术分享            // new X509EncodedKeySpec(publicKeyBytes));
技术分享            // // get the modules and exponent of public key to make compatible
技术分享            // // .Net public key file
技术分享            // String netPublicKey = getRSAPublicKeyAsNetFormat(rsaPublicKey);
技术分享            // Store the modules and exponent (Generated .Net public key file)
技术分享            // in file
技术分享            // writeKeyBytesToFile(netPublicKey.getBytes(), netPublicKeyPath);
技术分享
技术分享            String netPrivateKey = getRSAPrivateKeyAsNetFormat(privateKeyBytes);
技术分享            writeKeyBytesToFile(netPrivateKey.getBytes(), netPrivateKeyPath);
技术分享
技术分享            String netPublicKey = getRSAPublicKeyAsNetFormat(privateKeyBytes);
技术分享            writeKeyBytesToFile(netPublicKey.getBytes(), netPublicKeyPath);
技术分享
技术分享        } catch (java.security.NoSuchAlgorithmException e) {
技术分享            System.out
技术分享                    .println("No such algorithm. Please check the JDK version."
技术分享                            + e.getCause());
技术分享        } catch (java.security.spec.InvalidKeySpecException ik) {
技术分享            System.out.println("Invalid Key Specs. Not valid Key files."
技术分享                    + ik.getCause());
技术分享        } catch (UnsupportedEncodingException ex) {
技术分享            System.out.println(ex);
技术分享        } catch (IOException ioe) {
技术分享            System.out.println("Files not found on specified path. "
技术分享                    + ioe.getCause());
技术分享        } catch (Exception ex1) {
技术分享            System.out.println(ex1);
技术分享        }
技术分享
技术分享    }
技术分享
技术分享    /**
技术分享     * Initialize only the private key.
技术分享     */
技术分享    private void initializePrivateKey(String privateKeyStr) {
技术分享        try {
技术分享            // Read key files back and decode them from BASE64
技术分享            byte[] privateKeyBytes = b64decode(privateKeyStr);
技术分享
技术分享            // Convert back to public and private key objects
技术分享            KeyFactory keyFactory = KeyFactory.getInstance("RSA");
技术分享            EncodedKeySpec privateKeySpec = new PKCS8EncodedKeySpec(
技术分享                    privateKeyBytes);
技术分享            privateKey = keyFactory.generatePrivate(privateKeySpec);
技术分享        } catch (InvalidKeySpecException e) {
技术分享            System.out.println("Invalid Key Specs. Not valid Key files."
技术分享                    + e.getCause());
技术分享        } catch (NoSuchAlgorithmException e) {
技术分享            System.out
技术分享                    .println("There is no such algorithm. Please check the JDK ver."
技术分享                            + e.getCause());
技术分享        }
技术分享    }
技术分享
技术分享    /**
技术分享     * Signs the data and return the signature for a given data.
技术分享     * 
技术分享     * @param toBeSigned
技术分享     *            Data to be signed
技术分享     * @return byte[] Signature
技术分享     */
技术分享    private byte[] signData(byte[] toBeSigned, String EncodedCert) {
技术分享        if (privateKey == null) {
技术分享            initializePrivateKey(EncodedCert);
技术分享        }
技术分享        try {
技术分享            Signature rsa = Signature.getInstance("SHA1withRSA");
技术分享            rsa.initSign(privateKey);
技术分享            rsa.update(toBeSigned);
技术分享            return rsa.sign();
技术分享        } catch (NoSuchAlgorithmException ex) {
技术分享            System.out.println(ex);
技术分享        } catch (InvalidKeyException in) {
技术分享            System.out
技术分享                    .println("Invalid Key file.Please check the key file path"
技术分享                            + in.getCause());
技术分享        } catch (SignatureException se) {
技术分享            System.out.println(se);
技术分享        }
技术分享        return null;
技术分享    }
技术分享
技术分享    /**
技术分享     * Verifies the signature for the given bytes using the public key.
技术分享     * 
技术分享     * @param signature
技术分享     *            Signature
技术分享     * @param data
技术分享     *            Data that was signed
技术分享     * @param EncodedCert
技术分享     *            public key string
技术分享     * @return boolean True if valid signature else false
技术分享     */
技术分享    private boolean verifySignature(byte[] signature, byte[] data,
技术分享            String EncodedCert) {
技术分享        try {
技术分享            initializePublicKey(EncodedCert);
技术分享            sign.initVerify(publicKey);
技术分享            sign.update(data);
技术分享            return sign.verify(signature);
技术分享        } catch (SignatureException e) {
技术分享            e.printStackTrace();
技术分享        } catch (InvalidKeyException e) {
技术分享        }
技术分享
技术分享        return false;
技术分享    }
技术分享
技术分享    /**
技术分享     * Initializes the public and private keys.
技术分享     */
技术分享    private void initializePublicKey(String publicKeyStr) {
技术分享        try {
技术分享            // Read key files back and decode them from BASE64
技术分享            byte[] publicKeyBytes = b64decode(publicKeyStr);
技术分享
技术分享            // Convert back to public and private key objects
技术分享            KeyFactory keyFactory = KeyFactory.getInstance("RSA");
技术分享
技术分享            EncodedKeySpec publicKeySpec = new X509EncodedKeySpec(
技术分享                    publicKeyBytes);
技术分享            publicKey = keyFactory.generatePublic(publicKeySpec);
技术分享
技术分享        } catch (InvalidKeySpecException e) {
技术分享            System.out.println("Invalid Key Specs. Not valid Key files."
技术分享                    + e.getCause());
技术分享        } catch (NoSuchAlgorithmException e) {
技术分享            System.out
技术分享                    .println("There is no such algorithm. Please check the JDK ver."
技术分享                            + e.getCause());
技术分享        }
技术分享    }
技术分享
技术分享//    /**
技术分享//     * Gets the RSA Public Key. The key idea is to make the key readable for
技术分享//     * .Net platform.
技术分享//     * 
技术分享//     * @param key
技术分享//     *            RSAPublicKey
技术分享//     * @return String the public key that .Net platform can read
技术分享//     */
技术分享//    private String getRSAPublicKeyAsNetFormat(RSAPublicKey key) {
技术分享//
技术分享//        byte[] modulusBytes = key.getModulus().toByteArray();
技术分享//        modulusBytes = stripLeadingZeros(modulusBytes);
技术分享//        String modules = b64encode(modulusBytes);
技术分享//
技术分享//        byte[] exponentBytes = key.getPublicExponent().toByteArray();
技术分享//        String exponent = b64encode(exponentBytes);
技术分享//
技术分享//        String result = "modules : " + modules + "\r\n" + "exponent : "
技术分享//                + exponent;
技术分享//        return result;
技术分享//    }
技术分享
技术分享    /**
技术分享     * Utility method to delete the leading zeros from the modulus.
技术分享     * 
技术分享     * @param a
技术分享     *            modulus
技术分享     * @return modulus
技术分享     */
技术分享    private byte[] stripLeadingZeros(byte[] a) {
技术分享        int lastZero = -1;
技术分享        for (int i = 0; i < a.length; i++) {
技术分享            if (a[i] == 0) {
技术分享                lastZero = i;
技术分享            } else {
技术分享                break;
技术分享            }
技术分享        }
技术分享        lastZero++;
技术分享        byte[] result = new byte[a.length - lastZero];
技术分享        System.arraycopy(a, lastZero, result, 0, result.length);
技术分享        return result;
技术分享    }
技术分享
技术分享    /**
技术分享     * Writes the bytes of the key in a file.
技术分享     * 
技术分享     * @param key
技术分享     *            byte array of key data.
技术分享     * @param file
技术分享     *            File Name
技术分享     */
技术分享    private void writeKeyBytesToFile(byte[] key, String file)
技术分享            throws IOException {
技术分享        OutputStream out = new FileOutputStream(file);
技术分享        out.write(key);
技术分享        out.close();
技术分享    }
技术分享
技术分享    // --- Returns XML encoded RSA private key string suitable for .NET
技术分享    // CryptoServiceProvider.FromXmlString(true) ------
技术分享    // --- Leading zero bytes (most significant) must be removed for XML
技术分享    // encoding for .NET; otherwise format error ---
技术分享
技术分享    private String getRSAPrivateKeyAsNetFormat(byte[] encodedPrivkey) {
技术分享        try {
技术分享            StringBuffer buff = new StringBuffer(1024);
技术分享
技术分享            PKCS8EncodedKeySpec pvkKeySpec = new PKCS8EncodedKeySpec(
技术分享                    encodedPrivkey);
技术分享            KeyFactory keyFactory = KeyFactory.getInstance("RSA");
技术分享            RSAPrivateCrtKey pvkKey = (RSAPrivateCrtKey) keyFactory
技术分享                    .generatePrivate(pvkKeySpec);
技术分享
技术分享            buff.append("<RSAKeyValue>");
技术分享            buff.append("<Modulus>"
技术分享                    + b64encode(removeMSZero(pvkKey.getModulus().toByteArray()))
技术分享                    + "</Modulus>");
技术分享
技术分享            buff.append("<Exponent>"
技术分享                    + b64encode(removeMSZero(pvkKey.getPublicExponent()
技术分享                            .toByteArray())) + "</Exponent>");
技术分享
技术分享            buff.append("<P>"
技术分享                    + b64encode(removeMSZero(pvkKey.getPrimeP().toByteArray()))
技术分享                    + "</P>");
技术分享
技术分享            buff.append("<Q>"
技术分享                    + b64encode(removeMSZero(pvkKey.getPrimeQ().toByteArray()))
技术分享                    + "</Q>");
技术分享
技术分享            buff.append("<DP>"
技术分享                    + b64encode(removeMSZero(pvkKey.getPrimeExponentP()
技术分享                            .toByteArray())) + "</DP>");
技术分享
技术分享            buff.append("<DQ>"
技术分享                    + b64encode(removeMSZero(pvkKey.getPrimeExponentQ()
技术分享                            .toByteArray())) + "</DQ>");
技术分享
技术分享            buff.append("<InverseQ>"
技术分享                    + b64encode(removeMSZero(pvkKey.getCrtCoefficient()
技术分享                            .toByteArray())) + "</InverseQ>");
技术分享
技术分享            buff.append("<D>"
技术分享                    + b64encode(removeMSZero(pvkKey.getPrivateExponent()
技术分享                            .toByteArray())) + "</D>");
技术分享            buff.append("</RSAKeyValue>");
技术分享
技术分享            return buff.toString().replaceAll("[ \t\n\r]", "");
技术分享        } catch (Exception e) {
技术分享            System.err.println(e);
技术分享            return null;
技术分享        }
技术分享    }
技术分享
技术分享    // --- Returns XML encoded RSA public key string suitable for .NET
技术分享    // CryptoServiceProvider.FromXmlString(true) ------
技术分享    // --- Leading zero bytes (most significant) must be removed for XML
技术分享    // encoding for .NET; otherwise format error ---
技术分享
技术分享    private String getRSAPublicKeyAsNetFormat(byte[] encodedPrivkey) {
技术分享        try {
技术分享            StringBuffer buff = new StringBuffer(1024);
技术分享
技术分享            PKCS8EncodedKeySpec pvkKeySpec = new PKCS8EncodedKeySpec(
技术分享                    encodedPrivkey);
技术分享            KeyFactory keyFactory = KeyFactory.getInstance("RSA");
技术分享            RSAPrivateCrtKey pvkKey = (RSAPrivateCrtKey) keyFactory
技术分享                    .generatePrivate(pvkKeySpec);
技术分享            buff.append("<RSAKeyValue>");
技术分享            buff.append("<Modulus>"
技术分享                    + b64encode(removeMSZero(pvkKey.getModulus().toByteArray()))
技术分享                    + "</Modulus>");
技术分享            buff.append("<Exponent>"
技术分享                    + b64encode(removeMSZero(pvkKey.getPublicExponent()
技术分享                            .toByteArray())) + "</Exponent>");
技术分享            buff.append("</RSAKeyValue>");
技术分享            return buff.toString().replaceAll("[ \t\n\r]", "");
技术分享        } catch (Exception e) {
技术分享            System.err.println(e);
技术分享            return null;
技术分享        }
技术分享    }
技术分享
技术分享    // --------- remove leading (Most Significant) zero byte if present
技术分享    // ----------------
技术分享    private byte[] removeMSZero(byte[] data) {
技术分享        byte[] data1;
技术分享        int len = data.length;
技术分享        if (data[0] == 0) {
技术分享            data1 = new byte[data.length - 1];
技术分享            System.arraycopy(data, 1, data1, 0, len - 1);
技术分享        } else
技术分享            data1 = data;
技术分享
技术分享        return data1;
技术分享    }
技术分享
技术分享    private String b64encode(byte[] data) {
技术分享
技术分享        String b64str = new String(Base64Encoder.encode(data));
技术分享        return b64str;
技术分享    }
技术分享
技术分享    private byte[] b64decode(String data) {
技术分享        byte[] decodeData = Base64Decoder.decode(data);
技术分享        return decodeData;
技术分享    }
技术分享
技术分享    public static void main(String args[]) {
技术分享        ssosign sso = new ssosign();
技术分享//         sso.GenerateKeys(
技术分享//         1024,
技术分享//         "d:/private.key",
技术分享//         "d:/public.key",
技术分享//         "d:/netpublic.key",
技术分享//         "d:/netprivate.key");
技术分享
技术分享         String signedData = sso
技术分享         .Sign("zhangxn",
技术分享         "2010-12-10 11:21:18",
技术分享         "MIICeQIBADANBgkqhkiG9w0BAQEFAASCAmMwggJfAgEAAoGBAL6VJN4ZkfZA3aPPgKC3xaqT/yZT5FOlQ5TGg6heVqDVEHHVLH1E+HEEmWmuTv2ngz9pZbzy9KWkJpV59W1dgNHSSk575VjUAv0BhZXFSH0lng2mZ2Q5/2dVxKsASjJ2bQiEGUD8LO5KpaLlfQpo3ANovBZvUtHw5exegnyXyZbDAgMBAAECgYEAr7YEWr1KhLcDYg9jMUqd9QokOSspnTEGoPlx016/EeO/GKSJMynOwSyTYQszisvRxzoecdmyU7GHXVMnQ2Ds7WvbcuNkIRWmxFa4nTkk2zNF6KByvvFwLiW4LQXF6B+uV7+ZNqvfhCoD/j2wki8jfWkuuAaKnTda/axHMi+zRYECQQD73iC2GjZyur4amJQPK6d+kDlJ0dYyyUvQa0vd6mfoPnQDOIqayBaueSwWIpLI/L7eUuP9CDFryQtdBvWqD/dBAkEAwbWcrybn0eaxiPZacZLZXzXO8g12hYoXT1h0DTLvy1rnVUOspNfKZcBZMjPxT4+QEknoTShSnSbJ5sHitfZxAwJBANMlU2z2KqEh1k77jFvvb9oVVEGDbTtkL2+JE6/1W6iB+sXcd63sgb9Ai+n+j+l4oRZGjSTJ4oyGnUUemYI5IkECQQCA9JNrcv4PGYIFCOPrCfTV0m+Dan0Fp4mfE+amRsumWEz60UOktdeS53s51aSG767czgDtJLPi1MjCaz6vHnHbAkEA4NxLLg6UCAoCpXMgqqZHWMgbMwNNFr9diCWP/tZ5OJmWYHgn7zfqMXa/RNaethjdG1biIkj5h7qm6XDBBqGuxw==");
技术分享         System.out.println(signedData);
技术分享
技术分享//        String signedData = "D+vkrMIe9cJyr3kELI5jNes/bJe7MLExyJDMqJyBlVgFtmPNQ723IsBtWmqO93yoBoKHaxeTI1kwaJzESe3X5vqS6TfFBTl+IeX5aJ/cc1+Hxo5Rr2QZwzUywgS/e3gRC+Ik+Fx0M0gBaQTGNdIDNaIvl776+0SNVaD0L3Sar9k=";
技术分享//        boolean res = sso
技术分享//                .Verify(signedData,
技术分享//                        "zhangxn",
技术分享//                        "2010-12-10 11:21:18",
技术分享//                        "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWWmcu+6YPz8150nuzhZLxQ7045FtdVOAleZ9rvZsjgDUvWXo2n3UERND7IHwWrqIZbDk5Hw4HZRtEFyilvZ616kOpZ3uSYK1tVPfqRNb4Tx1Z1pWNsjYEJcQZpe7M890Y6WnnY5prBhHnPIbQyIK8niMTtEMlrHgKXbhmo9SzhQIDAQAB");
技术分享//        System.out.println(res);
技术分享
技术分享    }

java与.net平台之间进行RSA加密验证

标签:

原文地址:http://www.cnblogs.com/zhoujiahong/p/4535701.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!