public interface SshDsaPublicKey extends SshPublicKey
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getG() |
DSAPublicKey |
getJCEPublicKey()
Get the JCE component of this key.
|
BigInteger |
getP() |
BigInteger |
getQ() |
BigInteger |
getY() |
getAlgorithm, getBitLength, getEncoded, getEncodingAlgorithm, getFingerprint, getSigningAlgorithm, init, test, verifySignaturegetPriority, getSecurityLevelBigInteger getP()
BigInteger getQ()
BigInteger getG()
BigInteger getY()
DSAPublicKey getJCEPublicKey()
SshPublicKeygetJCEPublicKey in interface SshPublicKeyCopyright © 2025. All rights reserved.