Uses of Interface
com.sshtools.common.ssh.components.SshDsaPublicKey
Packages that use SshDsaPublicKey
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 SshDsaPublicKey in com.sshtools.common.ssh.components
Methods in com.sshtools.common.ssh.components that return SshDsaPublicKeyModifier and TypeMethodDescriptionabstract SshDsaPublicKeyComponentManager.createDsaPublicKey()Create an uninitialized instance of a DSA public keyabstract SshDsaPublicKeyComponentManager.createDsaPublicKey(BigInteger p, BigInteger q, BigInteger g, BigInteger y) Create an instance of a DSA public key.SshDsaPrivateKey.getPublicKey() -
Uses of SshDsaPublicKey in com.sshtools.common.ssh.components.jce
Classes in com.sshtools.common.ssh.components.jce that implement SshDsaPublicKeyModifier and TypeClassDescriptionclassA DSA public key implementation which uses a JCE provider.Methods in com.sshtools.common.ssh.components.jce that return SshDsaPublicKeyModifier and TypeMethodDescriptionJCEComponentManager.createDsaPublicKey()JCEComponentManager.createDsaPublicKey(BigInteger p, BigInteger q, BigInteger g, BigInteger y) abstract SshDsaPublicKeySsh2BaseDsaPrivateKey.getPublicKey()Ssh2DsaPrivateKey.getPublicKey()