public abstract class Ssh2BaseJCEPrivateKey extends java.lang.Object implements SshPrivateKey
| Modifier and Type | Field and Description |
|---|---|
protected java.security.Provider |
customProvider |
protected java.security.PrivateKey |
prv |
| Constructor and Description |
|---|
Ssh2BaseJCEPrivateKey(java.security.PrivateKey prv) |
Ssh2BaseJCEPrivateKey(java.security.PrivateKey prv,
java.security.Provider customProvider) |
| Modifier and Type | Method and Description |
|---|---|
java.security.PrivateKey |
getJCEPrivateKey() |
protected java.security.Signature |
getJCESignature(java.lang.String algorithm) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlgorithm, sign, signprotected java.security.PrivateKey prv
protected java.security.Provider customProvider
public Ssh2BaseJCEPrivateKey(java.security.PrivateKey prv)
public Ssh2BaseJCEPrivateKey(java.security.PrivateKey prv,
java.security.Provider customProvider)
public java.security.PrivateKey getJCEPrivateKey()
getJCEPrivateKey in interface SshPrivateKeyprotected java.security.Signature getJCESignature(java.lang.String algorithm)
throws java.security.NoSuchAlgorithmException
java.security.NoSuchAlgorithmExceptionCopyright © 2022. All rights reserved.