Package de.predic8.kubernetesclient
Class PEMSupport
java.lang.Object
de.predic8.kubernetesclient.PEMSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PEMSupportabstract KeygetPrivateKey(String content) abstract X509CertificateparseCertificate(String pemBlock) abstract List<X509Certificate>parseCertificates(String pemBlock) abstract Object
-
Constructor Details
-
PEMSupport
public PEMSupport()
-
-
Method Details
-
parseCertificate
- Throws:
IOException
-
parseCertificates
- Throws:
IOException
-
getPrivateKey
- Throws:
IOException
-
parseKey
- Throws:
IOException
-
getInstance
-