public class BouncyCastlePrivateKeyFactory extends Object implements PrivateKeyFactory
| Constructor and Description |
|---|
BouncyCastlePrivateKeyFactory() |
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
getPrivateKeyFromEncryptedKey(byte[] data,
PasswordCallback pwdcb) |
static Provider |
initBouncyCastleProvider()
Initial Bouncy Castle Provider
|
public static Provider initBouncyCastleProvider() throws SQLException
SQLException - the sql exceptionpublic PrivateKey getPrivateKeyFromEncryptedKey(byte[] data, PasswordCallback pwdcb) throws Exception
getPrivateKeyFromEncryptedKey in interface PrivateKeyFactoryExceptionCopyright © 2023 openGauss. All rights reserved.