Mule Cloud Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
com.trilead.ssh2
com.trilead.ssh2.auth
com.trilead.ssh2.channel
com.trilead.ssh2.crypto
com.trilead.ssh2.crypto.cipher
com.trilead.ssh2.crypto.dh
com.trilead.ssh2.crypto.digest
com.trilead.ssh2.log
com.trilead.ssh2.packets
com.trilead.ssh2.sftp
com.trilead.ssh2.signature
com.trilead.ssh2.transport
com.trilead.ssh2.util
org.mule.modules.ssh.multiplexer
org.mule.modules.ssh.multiplexer.config
org.mule.modules.ssh.multiplexer.config.spring
org.mule.modules.ssh.multiplexer.exception
Classes
Base64
CryptoWishList
KeyMaterial
PEMDecoder
PEMStructure
PublicKeyDecoder
SimpleDERReader
Package Index
|
Class Index
Summary:
Constants
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
PEMDecoder
extends
Object
java.lang.Object
↳
com.trilead.ssh2.crypto.PEMDecoder
Class Overview
PEM Support.
Summary
Constants
int
PEM_DSA_PRIVATE_KEY
int
PEM_RSA_PRIVATE_KEY
Public Constructors
PEMDecoder
()
Public Methods
static
Object
decode
(
PEMStructure
ps,
String
password)
static
Object
decode
(char[] pem,
String
password)
final static boolean
isPEMEncrypted
(
PEMStructure
ps)
final static
PEMStructure
parsePEM
(char[] pem)
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Constants
private static final int
PEM_DSA_PRIVATE_KEY
Constant Value:
2 (0x00000002)
private static final int
PEM_RSA_PRIVATE_KEY
Constant Value:
1 (0x00000001)
Public Constructors
public
PEMDecoder
()
Public Methods
public static
Object
decode
(
PEMStructure
ps,
String
password)
Parameters
ps
password
Throws
IOException
public static
Object
decode
(char[] pem,
String
password)
Parameters
pem
password
Throws
IOException
public static final boolean
isPEMEncrypted
(
PEMStructure
ps)
Parameters
ps
Throws
IOException
public static final
PEMStructure
parsePEM
(char[] pem)
Parameters
pem
Throws
IOException