All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bouncycastle.gpg.test.RegressionTest Maven / Gradle / Ivy

The newest version!
package org.bouncycastle.gpg.test;

import java.security.Security;

import org.bouncycastle.util.test.SimpleTest;
import org.bouncycastle.util.test.Test;

public class RegressionTest
{
    public static Test[] tests = {
        new KeyBoxTest()
    };

    public static void main(String[] args)
    {
        Security.addProvider(new org.bouncycastle.jce.provider.BouncyCastleProvider());
        SimpleTest.runTests(tests);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy