Uses of Interface
com.maverick.ssh.components.SshRsaPublicKey

Packages that use SshRsaPublicKey
com.maverick.ssh.components This package contains an abstract cryptographic provider for the SSH protocol. 
com.maverick.ssh.components.jce This package contains a set of algoritm implementations that enable the Maverick API to use a Java Cryptography Extension provider. 
com.maverick.ssh.components.standalone This package contains a set of algoritm implementations that use an internal cryptographic provider. 
 

Uses of SshRsaPublicKey in com.maverick.ssh.components
 

Methods in com.maverick.ssh.components that return SshRsaPublicKey
abstract  SshRsaPublicKey ComponentManager.createRsaPublicKey(java.math.BigInteger modulus, java.math.BigInteger publicExponent, int version)
          Create an instance of an RSA public key.
abstract  SshRsaPublicKey ComponentManager.createSsh2RsaPublicKey()
          Create an instance of an SSH2 RSA public key.
 

Uses of SshRsaPublicKey in com.maverick.ssh.components.jce
 

Classes in com.maverick.ssh.components.jce that implement SshRsaPublicKey
 class Ssh1RsaPublicKey
          RSA public key implementation for the SSH1 protocol.
 class Ssh2RsaPublicKey
          A RSA public key implementation which uses a JCE provider.
 class SshX509RsaPublicKey
          Basic implementation of X509 certificate support.
 class SshX509RsaSha1PublicKey
          Basic implementation of X509 certificate support.
 

Methods in com.maverick.ssh.components.jce that return SshRsaPublicKey
 SshRsaPublicKey JCEComponentManager.createRsaPublicKey(java.math.BigInteger modulus, java.math.BigInteger publicExponent, int version)
           
 SshRsaPublicKey JCEComponentManager.createSsh2RsaPublicKey()
           
 

Uses of SshRsaPublicKey in com.maverick.ssh.components.standalone
 

Methods in com.maverick.ssh.components.standalone that return SshRsaPublicKey
 SshRsaPublicKey StandaloneComponentManager.createRsaPublicKey(java.math.BigInteger modulus, java.math.BigInteger publicExponent, int version)
           
 SshRsaPublicKey StandaloneComponentManager.createSsh2RsaPublicKey()
           
 



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.