Mercurial > 510Connectbot
diff src/ch/ethz/ssh2/crypto/PEMDecoder.java @ 293:e730b8a5321e ganymed
start conversion from trilead to ganymed
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 18 Jul 2014 20:39:28 -0700 |
parents | 3a1deb1040f6 |
children |
line wrap: on
line diff
--- a/src/ch/ethz/ssh2/crypto/PEMDecoder.java Fri Jul 18 20:36:45 2014 -0700 +++ b/src/ch/ethz/ssh2/crypto/PEMDecoder.java Fri Jul 18 20:39:28 2014 -0700 @@ -24,12 +24,12 @@ import java.security.spec.RSAPrivateKeySpec; import java.security.spec.RSAPublicKeySpec; -import com.trilead.ssh2.crypto.cipher.AES; -import com.trilead.ssh2.crypto.cipher.BlockCipher; -import com.trilead.ssh2.crypto.cipher.CBCMode; -import com.trilead.ssh2.crypto.cipher.DES; -import com.trilead.ssh2.crypto.cipher.DESede; -import com.trilead.ssh2.signature.ECDSASHA2Verify; +import ch.ethz.ssh2.crypto.cipher.AES; +import ch.ethz.ssh2.crypto.cipher.BlockCipher; +import ch.ethz.ssh2.crypto.cipher.CBCMode; +import ch.ethz.ssh2.crypto.cipher.DES; +import ch.ethz.ssh2.crypto.cipher.DESede; +import ch.ethz.ssh2.signature.ECDSASHA2Verify; /** * PEM Support.