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

convex.core.crypto.Encoding Maven / Gradle / Ivy

The newest version!
package convex.core.crypto;

/**
 * Class for crypto encoding constants and utility functions
 */
public class Encoding {
	
	/**
	 * Format for private keys
	 */
	public static final String PRIVATE_KEY_FORMAT="PKCS#8";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy