DEVFYI - Developer Resource - FYI

What kind of security tools are available in J2SE 5.0?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

151. What kind of security tools are available in J2SE 5.0?

There are three tools that can be used to protect application working within the scope of security policies set at remote sites.
keytool -- used to manage keystores and certificates.
jarsigner -- used to generate and verify JAR signatures.
policytool -- used for managing policy files.
There are three tools that help obtain, list and manage Kerberos tickets.
kinit -- used to obtain Kerberos V5 tickets.
tklist -- used to list entries in credential cache and key tab.
ktab -- used to help manage entries in the key table.

(Continued on next question...)

Other Interview Questions