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, verifySignature
getPriority, getSecurityLevel
BigInteger getP()
BigInteger getQ()
BigInteger getG()
BigInteger getY()
DSAPublicKey getJCEPublicKey()
SshPublicKey
getJCEPublicKey
in interface SshPublicKey
Copyright © 2024. All rights reserved.