Class KeyPairLoader
- java.lang.Object
-
- org.apache.karaf.shell.ssh.keygenerator.KeyPairLoader
-
public final class KeyPairLoader extends Object
A utility class to convert a private key file into a KeyPair object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KeyPairgetKeyPair(InputStream is)static KeyPairgetKeyPair(InputStream is, String password)
-
-
-
Method Detail
-
getKeyPair
public static KeyPair getKeyPair(InputStream is) throws GeneralSecurityException, IOException
- Throws:
GeneralSecurityExceptionIOException
-
getKeyPair
public static KeyPair getKeyPair(InputStream is, String password) throws GeneralSecurityException, IOException
- Throws:
GeneralSecurityExceptionIOException
-
-