Interface SshDsaPublicKey
- All Superinterfaces:
Component,SecureComponent,SshPublicKey
- All Known Implementing Classes:
Ssh2DsaPublicKey
This interface should be implemented by all DSA public key implementations.
- Author:
- Lee David Painter
-
Method Summary
Methods inherited from interface com.sshtools.common.ssh.SecureComponent
getPriority, getSecurityLevelMethods inherited from interface com.sshtools.common.ssh.components.SshPublicKey
getAlgorithm, getBitLength, getEncoded, getEncodingAlgorithm, getFingerprint, getSigningAlgorithm, init, init, isCertificate, test, verifySignature
-
Method Details
-
getP
BigInteger getP() -
getQ
BigInteger getQ() -
getG
BigInteger getG() -
getY
BigInteger getY() -
getJCEPublicKey
DSAPublicKey getJCEPublicKey()Description copied from interface:SshPublicKeyReturn the JCE component for this key.- Specified by:
getJCEPublicKeyin interfaceSshPublicKey- Returns:
-