class PEMFile extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private static Constructor<?> |
constructor |
private static Method |
getCertificatesMethod |
private static Method |
getPrivateKeyMethod |
private static org.apache.juli.logging.Log |
log |
private Object |
pemFile |
private static String |
PEMFILE_CLASSNAME |
| 限定符和类型 | 方法和说明 |
|---|---|
List<X509Certificate> |
getCertificates() |
private static Method |
getCertificatesMethod(Class<?> clazz) |
private static Constructor<?> |
getConstructor(Class<?> clazz) |
PrivateKey |
getPrivateKey() |
private static Method |
getPrivateMethod(Class<?> clazz) |
static void |
init() |
private static final org.apache.juli.logging.Log log
private static Constructor<?> constructor
private static Method getCertificatesMethod
private static Method getPrivateKeyMethod
private final Object pemFile
public PEMFile(String filename) throws IOException
IOExceptionpublic PEMFile(String filename, String password) throws IOException
IOExceptionpublic static void init()
private static Constructor<?> getConstructor(Class<?> clazz)
public List<X509Certificate> getCertificates()
public PrivateKey getPrivateKey()
Copyright © 2024. All rights reserved.