creat a certificate using makecert
creat a PKCS#12.pfx file to store the private key
Encrypte data using the public Key in Certificate
Decrypt data using the private key in a PKCS#12.pfx file
Produce Java classes to calculate and display the Poisson probability when input the value of the average (A) arrival rate of customers at some business in the range of 1 to 10. The error message will output when A is out of the range。
Produce a Java program to calculate the value of π in two different methods proposed by Francois Vieta and John Wallis. Design and implement a super-class Estimation two sub-classes (FrancoisVieta and JohnWallis) and an application class.