You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Francesco Chicchiriccò <no...@github.com> on 2015/04/01 17:00:36 UTC

Re: [jclouds-labs] [JCLOUDS-838] Introducing InMemoryKeyManager for PEM-encoded certificate... (#153)

> @@ -56,6 +56,11 @@
>        <version>${project.parent.version}</version>
>      </dependency>
>      <dependency>
> +      <groupId>org.apache.jclouds.driver</groupId>
> +      <artifactId>jclouds-sshj</artifactId>
> +      <version>${project.parent.version}</version>

Without `jclouds-sshj` I don't have classes like as `org.bouncycastle.openssl.PEMKeyPair`, `org.bouncycastle.openssl.PEMParser` and `org.bouncycastle.openssl.jcajce.JcaPEMKeyConverter` even if I include `jclouds-bouncycastle`.

Does this mean that I need to stop using such classes and revert to manual parsing?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/153/files#r27577017