Class ServerSignatureAlgorithms

    • Constructor Detail

      • ServerSignatureAlgorithms

        public ServerSignatureAlgorithms()
    • Method Detail

      • parseExtension

        public java.util.List<java.lang.String> parseExtension​(byte[] data,
                                                               int off,
                                                               int len)
                                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • parseExtension

        public java.util.List<java.lang.String> parseExtension​(Buffer buffer)
                                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • encode

        protected void encode​(java.util.List<java.lang.String> names,
                              Buffer buffer)
                       throws java.io.IOException
        Specified by:
        encode in class AbstractKexExtensionParser<java.util.List<java.lang.String>>
        Throws:
        java.io.IOException