![JAR search and dependency download from the Maven repository](/logo.png)
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
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 - 2025 Weber Informatics LLC | Privacy Policy