Package org.eclipse.jetty.quic.quiche
Class PemExporter
java.lang.Object
org.eclipse.jetty.quic.quiche.PemExporter
-
Method Summary
Modifier and TypeMethodDescriptionstatic Path[]
exportKeyPair
(KeyStore keyStore, String alias, char[] keyPassword, Path targetFolder) static Path
exportTrustStore
(KeyStore keyStore, Path targetFolder)
-
Method Details