com.maverick.ssh.components
Interface SshDsaPublicKey

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

public interface SshDsaPublicKey
extends SshPublicKey

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

Author:
Lee David Painter

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

Method Detail

getP

public java.math.BigInteger getP()

getQ

public java.math.BigInteger getQ()

getG

public java.math.BigInteger getG()

getY

public java.math.BigInteger getY()


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