public class OpenSshDsaCertificate extends OpenSshCertificate implements SshDsaPublicKey
Modifier and Type | Field and Description |
---|---|
static String |
SSH_DSS_CERT_V01 |
OPTION_FORCE_COMMAND, OPTION_SOURCE_ADDRESS, PERMIT_AGENT_FORWARDING, PERMIT_PORT_FORWARDING, PERMIT_USER_PTY, PERMIT_USER_RC, PERMIT_X11_FORWARDING, SSH_CERT_TYPE_HOST, SSH_CERT_TYPE_USER
Constructor and Description |
---|
OpenSshDsaCertificate() |
OpenSshDsaCertificate(BigInteger p,
BigInteger q,
BigInteger g,
BigInteger y) |
OpenSshDsaCertificate(DSAPublicKey pub) |
Modifier and Type | Method and Description |
---|---|
protected void |
decodePublicKey(ByteArrayReader reader) |
boolean |
equals(Object obj) |
String |
getAlgorithm()
Get the algorithm name for the public key.
|
int |
getBitLength()
Get the bit length of the public key
|
BigInteger |
getG() |
DSAPublicKey |
getJCEPublicKey()
Get the JCE component of this key.
|
BigInteger |
getP() |
int |
getPriority() |
BigInteger |
getQ() |
SecurityLevel |
getSecurityLevel() |
String |
getSigningAlgorithm()
The algorithm name expected to be encoded in SSH signatures
|
BigInteger |
getY() |
int |
hashCode() |
static void |
main(String[] args) |
String |
test()
Test the JCE for algorithm availability.
|
boolean |
verifySignature(byte[] signature,
byte[] data)
Verify the signature.
|
decodeCertificate, encodeCertificate, getCriticalOptions, getCriticalOptionsList, getEncoded, getEncodingAlgorithm, getExtension, getExtensions, getExtensionsList, getExtensionsMap, getFingerprint, getForcedCommand, getKeyId, getPrincipals, getSerial, getSignedBy, getSignedKey, getSourceAddresses, getType, getValidAfter, getValidBefore, init, init, isForceCommand, isHostCertificate, isUserCertificate, sign, verify
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getEncoded, getEncodingAlgorithm, getFingerprint, init
public static final String SSH_DSS_CERT_V01
public OpenSshDsaCertificate()
public OpenSshDsaCertificate(DSAPublicKey pub)
public OpenSshDsaCertificate(BigInteger p, BigInteger q, BigInteger g, BigInteger y) throws NoSuchAlgorithmException, InvalidKeySpecException
public SecurityLevel getSecurityLevel()
getSecurityLevel
in interface SecureComponent
public int getPriority()
getPriority
in interface SecureComponent
public String getAlgorithm()
getAlgorithm
in interface SshPublicKey
getAlgorithm
in interface SecureComponent
protected void decodePublicKey(ByteArrayReader reader) throws IOException, SshException
decodePublicKey
in class OpenSshCertificate
IOException
SshException
public boolean verifySignature(byte[] signature, byte[] data) throws SshException
SshPublicKey
verifySignature
in interface SshPublicKey
true
if the signature was produced by the corresponding
private key that owns this public key, otherwise false
.SshException
public BigInteger getG()
getG
in interface SshDsaPublicKey
public BigInteger getP()
getP
in interface SshDsaPublicKey
public BigInteger getQ()
getQ
in interface SshDsaPublicKey
public BigInteger getY()
getY
in interface SshDsaPublicKey
public String test()
SshPublicKey
test
in interface SshPublicKey
public String getSigningAlgorithm()
SshPublicKey
getSigningAlgorithm
in interface SshPublicKey
getSigningAlgorithm
in class OpenSshCertificate
public int getBitLength()
SshPublicKey
getBitLength
in interface SshPublicKey
public DSAPublicKey getJCEPublicKey()
SshPublicKey
getJCEPublicKey
in interface SshDsaPublicKey
getJCEPublicKey
in interface SshPublicKey
Copyright © 2024. All rights reserved.