Uses of Interface
com.sshtools.common.ssh.components.SshPrivateKey
Packages that use SshPrivateKey
Package
Description
This package contains an abstract cryptographic provider for the SSH protocol.
This package contains a set of algoritm implementations that enable the Maverick API
to use a Java Cryptography Extension provider.
-
Uses of SshPrivateKey in com.sshtools.common.ssh.components
Subinterfaces of SshPrivateKey in com.sshtools.common.ssh.componentsModifier and TypeInterfaceDescriptioninterfaceThis interface should be implemented by all DSA private key implementations.interfaceThis interface should be implemented by all RSA private co-efficient private key implementations.interfaceThis interface should be implemented by all RSA private key implementations.Methods in com.sshtools.common.ssh.components that return SshPrivateKeyMethods in com.sshtools.common.ssh.components with parameters of type SshPrivateKeyModifier and TypeMethodDescriptionstatic SshKeyPairSshKeyPair.getKeyPair(SshPrivateKey prv, SshPublicKey pub) Wraps a public/private key pair into an SshKeyPair instance.voidSshKeyPair.setPrivateKey(SshPrivateKey privatekey) Set the private key -
Uses of SshPrivateKey in com.sshtools.common.ssh.components.jce
Subinterfaces of SshPrivateKey in com.sshtools.common.ssh.components.jceClasses in com.sshtools.common.ssh.components.jce that implement SshPrivateKeyModifier and TypeClassDescriptionclassclassclassclassDSA private key implementation for the SSH2 protocol.classclassRSA co-efficient private key implementation for SSH2 protocol.classRSA private key implementation for the SSH2 protocol.classclass