public class PrivateKeyUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static PrivateKey |
load(File file,
String password)
Load the private key from the specified file.
|
public static PrivateKey load(File file, String password) throws KeyException
file - password - KeyExceptionCopyright © 2012–2019. All rights reserved.