Class AbstractTlsKeyExchange

    • Field Detail

      • keyExchange

        protected int keyExchange
        Deprecated.
      • supportedSignatureAlgorithms

        protected java.util.Vector supportedSignatureAlgorithms
        Deprecated.
      • context

        protected TlsContext context
        Deprecated.
    • Constructor Detail

      • AbstractTlsKeyExchange

        protected AbstractTlsKeyExchange​(int keyExchange,
                                         java.util.Vector supportedSignatureAlgorithms)
        Deprecated.
    • Method Detail

      • parseSignature

        protected DigitallySigned parseSignature​(java.io.InputStream input)
                                          throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • generateServerKeyExchange

        public byte[] generateServerKeyExchange()
                                         throws java.io.IOException
        Deprecated.
        Specified by:
        generateServerKeyExchange in interface TlsKeyExchange
        Throws:
        java.io.IOException
      • skipServerKeyExchange

        public void skipServerKeyExchange()
                                   throws java.io.IOException
        Deprecated.
        Specified by:
        skipServerKeyExchange in interface TlsKeyExchange
        Throws:
        java.io.IOException
      • processServerKeyExchange

        public void processServerKeyExchange​(java.io.InputStream input)
                                      throws java.io.IOException
        Deprecated.
        Specified by:
        processServerKeyExchange in interface TlsKeyExchange
        Throws:
        java.io.IOException
      • skipClientCredentials

        public void skipClientCredentials()
                                   throws java.io.IOException
        Deprecated.
        Specified by:
        skipClientCredentials in interface TlsKeyExchange
        Throws:
        java.io.IOException
      • processClientKeyExchange

        public void processClientKeyExchange​(java.io.InputStream input)
                                      throws java.io.IOException
        Deprecated.
        Specified by:
        processClientKeyExchange in interface TlsKeyExchange
        Throws:
        java.io.IOException