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

cn.t.util.security.message.AlgorithmProviderName Maven / Gradle / Ivy

There is a newer version: 1.0.16.RELEASE
Show newest version
package cn.t.util.security.message;

public final class AlgorithmProviderName {

    /**
     * Bouncy Castle
     */
    public static final String BC = "BC";


    private AlgorithmProviderName() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy