Class PEMSupport
java.lang.Object
com.predic8.membrane.core.transport.ssl.PEMSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PEMSupportabstract KeygetPrivateKey(String content) abstract X509CertificateparseCertificate(String pemBlock) abstract List<? extends Certificate>parseCertificates(String certificates) abstract Object
-
Constructor Details
-
PEMSupport
public PEMSupport()
-
-
Method Details
-
parseCertificate
- Throws:
IOException
-
parseCertificates
public abstract List<? extends Certificate> parseCertificates(String certificates) throws IOException - Throws:
IOException
-
getPrivateKey
- Throws:
IOException
-
parseKey
- Throws:
IOException
-
getInstance
-