org.bouncycastle.openpgp.examples

Class PubringDump


public class PubringDump
extends java.lang.Object

Basic class which just lists the contents of the public key file passed as an argument. If the file contains more than one "key ring" they are listed in the order found.

Method Summary

static String
getAlgorithm(int algId)
static void
main(String[] args)

Method Details

getAlgorithm

public static String getAlgorithm(int algId)


main

public static void main(String[] args)
            throws Exception