convex.core.crypto.Encoding Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of convex-core Show documentation
Show all versions of convex-core Show documentation
Convex core libraries and common utilities
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";
}