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

java.math.BigInteger getP()

getQ

java.math.BigInteger getQ()

getG

java.math.BigInteger getG()

getY

java.math.BigInteger getY()


Copyright © 2003-2004 3SP LTD. All Rights Reserved.