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

org.bouncycastle.util.Characters Maven / Gradle / Ivy

There is a newer version: 6.2.20
Show newest version
package org.bouncycastle.util;

public class Characters
{
    public static Character valueOf(char c)
    {
        return Character.valueOf(c);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy