Class OpenSshEcdsaSha2Nist521Certificate
java.lang.Object
com.sshtools.common.publickey.OpenSshCertificate
com.sshtools.common.ssh.components.jce.OpenSshEcdsaCertificate
com.sshtools.common.ssh.components.jce.OpenSshEcdsaSha2Nist521Certificate
- All Implemented Interfaces:
Component,SshPublicKey,SecureComponent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsFields inherited from class com.sshtools.common.publickey.OpenSshCertificate
OPTION_FORCE_COMMAND, OPTION_SOURCE_ADDRESS, PERMIT_AGENT_FORWARDING, PERMIT_PORT_FORWARDING, PERMIT_USER_PTY, PERMIT_USER_RC, PERMIT_X11_FORWARDING, publicKey, SSH_CERT_TYPE_HOST, SSH_CERT_TYPE_USER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sshtools.common.ssh.components.jce.OpenSshEcdsaCertificate
decodePublicKey, equals, getAlgorithm, getBitLength, getCurveParams, getJCEPublicKey, getPublicOctet, getSecurityLevel, getSigningAlgorithm, hashCode, test, verifySignatureMethods inherited from class com.sshtools.common.publickey.OpenSshCertificate
decodeCertificate, encodeCertificate, getCriticalOptionsList, getEncoded, getEncodingAlgorithm, getExtension, getExtensionsList, getFingerprint, getForcedCommand, getKeyId, getPrincipals, getSerial, getSignedBy, getSignedKey, getSourceAddresses, getType, getValidAfter, getValidBefore, init, isForceCommand, isHostCertificate, isUserCertificate, sign, verifyMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sshtools.common.ssh.components.SshPublicKey
getEncoded, getEncodingAlgorithm, getFingerprint, init, init, isCertificate
-
Field Details
-
CERT_TYPE
- See Also:
-
-
Constructor Details
-
OpenSshEcdsaSha2Nist521Certificate
public OpenSshEcdsaSha2Nist521Certificate()
-
-
Method Details
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceSecureComponent- Overrides:
getPriorityin classOpenSshEcdsaCertificate
-