Class ParsecPasswordPluginTool
java.lang.Object
org.mariadb.jdbc.plugin.authentication.standard.ParsecPasswordPluginTool
Parsec password plugin utility
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]process(byte[] rawPrivateKey) Bouncy Castle implementation to get raw public key from raw private key
-
Constructor Details
-
ParsecPasswordPluginTool
public ParsecPasswordPluginTool()
-
-
Method Details
-
process
public static byte[] process(byte[] rawPrivateKey) throws SQLException, IOException, InvalidAlgorithmParameterException, NoSuchAlgorithmException Bouncy Castle implementation to get raw public key from raw private key- Parameters:
rawPrivateKey- raw ed25519 private key- Returns:
- raw public key
- Throws:
SQLException- exceptionIOException- exceptionInvalidAlgorithmParameterException- exceptionNoSuchAlgorithmException- exception
-