Uses of Interface
com.sshtools.common.ssh.components.SshRsaPublicKey
Packages that use SshRsaPublicKey
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 SshRsaPublicKey in com.sshtools.common.publickey
Methods in com.sshtools.common.publickey with parameters of type SshRsaPublicKeyModifier and TypeMethodDescriptionstatic StringRsaUtils.decrypt(SshRsaPublicKey publicKey, String toDecrypt) static StringRsaUtils.encrypt(SshRsaPublicKey publicKey, String toEncrypt) static StringRsaUtils.encryptOAEP(SshRsaPublicKey publicKey, String toEncrypt) -
Uses of SshRsaPublicKey in com.sshtools.common.ssh.components
Methods in com.sshtools.common.ssh.components that return SshRsaPublicKeyModifier and TypeMethodDescriptionabstract SshRsaPublicKeyComponentManager.createRsaPublicKey(BigInteger modulus, BigInteger publicExponent) Create an instance of an RSA public key.abstract SshRsaPublicKeyComponentManager.createSsh2RsaPublicKey()Create an instance of an SSH2 RSA public key. -
Uses of SshRsaPublicKey in com.sshtools.common.ssh.components.jce
Classes in com.sshtools.common.ssh.components.jce that implement SshRsaPublicKeyModifier and TypeClassDescriptionclassA RSA public key implementation which uses a JCE provider.classA RSA public key implementation which uses a JCE provider.classA RSA public key implementation which uses a JCE provider.classA RSA public key implementation which uses a JCE provider.classclassMethods in com.sshtools.common.ssh.components.jce that return SshRsaPublicKeyModifier and TypeMethodDescriptionJCEComponentManager.createRsaPublicKey(BigInteger modulus, BigInteger publicExponent) JCEComponentManager.createSsh2RsaPublicKey()Constructors in com.sshtools.common.ssh.components.jce with parameters of type SshRsaPublicKeyModifierConstructorDescriptionSsh2RsaPublicKeySHA256(SshRsaPublicKey publicKey) Ssh2RsaPublicKeySHA512(SshRsaPublicKey publicKey)