Class pkcs12


public class pkcs12
extends java.lang.Object

This program reads in a PKCS #12 file and dumps its contents to the screen. At the same time, it creates a new PKCS #12 file. As it reads through the old file, it writes its contents into the new file. Then the new file is encrypted and MACed with a new, different password.

Method Summary

static void
main(String[] args)

Method Details

main

public static void main(String[] args)