Uses of Interface
com.sshtools.common.ssh.components.SshRsaPrivateKey
Packages that use SshRsaPrivateKey
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 SshRsaPrivateKey in com.sshtools.common.publickey
Methods in com.sshtools.common.publickey with parameters of type SshRsaPrivateKeyModifier and TypeMethodDescriptionstatic StringRsaUtils.decrypt(SshRsaPrivateKey privateKey, String toDecrypt) static StringRsaUtils.decryptOAEP(SshRsaPrivateKey privateKey, String toDecrypt) static StringRsaUtils.encrypt(SshRsaPrivateKey privateKey, String toEncrypt) -
Uses of SshRsaPrivateKey in com.sshtools.common.ssh.components
Subinterfaces of SshRsaPrivateKey in com.sshtools.common.ssh.componentsModifier and TypeInterfaceDescriptioninterfaceThis interface should be implemented by all RSA private co-efficient private key implementations.Methods in com.sshtools.common.ssh.components that return SshRsaPrivateKeyModifier and TypeMethodDescriptionabstract SshRsaPrivateKeyComponentManager.createRsaPrivateKey(BigInteger modulus, BigInteger privateExponent) Create an instance of an RSA private key. -
Uses of SshRsaPrivateKey in com.sshtools.common.ssh.components.jce
Classes in com.sshtools.common.ssh.components.jce that implement SshRsaPrivateKeyModifier and TypeClassDescriptionclassRSA co-efficient private key implementation for SSH2 protocol.classRSA private key implementation for the SSH2 protocol.Methods in com.sshtools.common.ssh.components.jce that return SshRsaPrivateKeyModifier and TypeMethodDescriptionJCEComponentManager.createRsaPrivateKey(BigInteger modulus, BigInteger privateExponent)