com.maverick.ssh.components
Interface SshDsaPublicKey

All Superinterfaces:
SshComponent, SshPublicKey
All Known Implementing Classes:
Ssh2DsaPublicKey, SshX509DsaPublicKey

public interface SshDsaPublicKey
extends SshPublicKey

This interface should be implemented by all DSA public key implementations.

Author:
Lee David Painter

Method Summary
 BigInteger getG()
           
 BigInteger getP()
           
 BigInteger getQ()
           
 BigInteger getY()
           
 
Methods inherited from interface com.maverick.ssh.components.SshPublicKey
getBitLength, getEncoded, getFingerprint, getName, init, verifySignature
 

Method Detail

getP

BigInteger getP()

getQ

BigInteger getQ()

getG

BigInteger getG()

getY

BigInteger getY()


Copyright © 2012. All Rights Reserved.