Example usage for org.bouncycastle.openpgp.examples PubringDump getAlgorithm

List of usage examples for org.bouncycastle.openpgp.examples PubringDump getAlgorithm

Introduction

In this page you can find the example usage for org.bouncycastle.openpgp.examples PubringDump getAlgorithm.

Prototype

public static String getAlgorithm(int algId) 

Source Link

Usage

From source file:ubicrypt.core.crypto.PGPEC.java

License:Open Source License

public static String algorithm(final int alg) {
    return PubringDump.getAlgorithm(alg);
}