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
 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
getBitLength, getEncoded, getFingerprint, getName, 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 © 2012. All Rights Reserved.