Class SshX509EcdsaSha2Nist521Rfc6187

java.lang.Object
com.sshtools.common.ssh.components.jce.Ssh2EcdsaSha2NistPublicKey
com.sshtools.common.ssh.x509.SshX509EcdsaSha2NistPublicKeyRfc6187
com.sshtools.common.ssh.x509.SshX509EcdsaSha2Nist521Rfc6187
All Implemented Interfaces:
com.sshtools.common.ssh.components.Component, com.sshtools.common.ssh.components.SshPublicKey, com.sshtools.common.ssh.components.SshX509PublicKey, com.sshtools.common.ssh.SecureComponent

public class SshX509EcdsaSha2Nist521Rfc6187 extends SshX509EcdsaSha2NistPublicKeyRfc6187
  • Constructor Details

    • SshX509EcdsaSha2Nist521Rfc6187

      public SshX509EcdsaSha2Nist521Rfc6187(ECPublicKey pk) throws IOException
      Throws:
      IOException
    • SshX509EcdsaSha2Nist521Rfc6187

      public SshX509EcdsaSha2Nist521Rfc6187()
    • SshX509EcdsaSha2Nist521Rfc6187

      public SshX509EcdsaSha2Nist521Rfc6187(Certificate[] chain) throws IOException
      Throws:
      IOException
  • Method Details

    • getAlgorithm

      public String getAlgorithm()
      Specified by:
      getAlgorithm in interface com.sshtools.common.ssh.SecureComponent
      Specified by:
      getAlgorithm in interface com.sshtools.common.ssh.components.SshPublicKey
      Specified by:
      getAlgorithm in class SshX509EcdsaSha2NistPublicKeyRfc6187