| Package | Description |
|---|---|
| org.apache.sshd.common.config.keys | |
| org.apache.sshd.common.config.keys.loader.openssh | |
| org.apache.sshd.common.util.security.eddsa |
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
PrivateKeyEntryDecoder.encodePrivateKey(SecureByteArrayOutputStream s,
PRV key,
PUB pubKey)
Encodes the
PrivateKey using the OpenSSH format - same one used by the decodePublicKey
method(s) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
OpenSSHDSSPrivateKeyEntryDecoder.encodePrivateKey(SecureByteArrayOutputStream s,
java.security.interfaces.DSAPrivateKey key,
java.security.interfaces.DSAPublicKey pubKey) |
java.lang.String |
OpenSSHECDSAPrivateKeyEntryDecoder.encodePrivateKey(SecureByteArrayOutputStream s,
java.security.interfaces.ECPrivateKey key,
java.security.interfaces.ECPublicKey pubKey) |
java.lang.String |
OpenSSHRSAPrivateKeyDecoder.encodePrivateKey(SecureByteArrayOutputStream s,
java.security.interfaces.RSAPrivateKey key,
java.security.interfaces.RSAPublicKey pubKey) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
OpenSSHEd25519PrivateKeyEntryDecoder.encodePrivateKey(SecureByteArrayOutputStream s,
net.i2p.crypto.eddsa.EdDSAPrivateKey key,
net.i2p.crypto.eddsa.EdDSAPublicKey pubKey) |