How to Make Signed (Trust) Applet.

Step to Make Signed (Trust) Applet.

C:\>keytool -genkey -alias signMyAppt -validity 365
Enter keystore password:qwerty1234
What is your first and last name?
[Unknown]: Manoj Kumar Shakya
What is the name of your organizational unit?
[Unknown]: PA. Tech. Sol.
What is the name of your organization?
[Unknown]: PA. Tech. Sol.
What is the name of your City or Locality?
[Unknown]: Gurgaon
What is the name of your State or Province?
[Unknown]: Gurgaon
What is the two-letter country code for this unit?
[Unknown]: IN
Is CN=Manoj Kumar Shakya, OU=PA. Tech. Sol., O=PA. Tech. Sol., L=Gurgaon, ST=Gur
gaon, C=IN correct?
[no]: Yes

Enter key password for
(RETURN if same as keystore password):qwerty1234
Re-enter new password:qwerty1234

Now Signed your applet.
C:\>jarsigner TestApplet.jar signMyAppt

Comments

Recent Post

Recent Posts Widget

Popular posts from this blog

Capture image from webcam java code, examples

Use of req.query, req.params and req.body in NODE JS

How to capture finger prints in java