Class SRPTlsClient

  • All Implemented Interfaces:
    TlsClient, TlsPeer

    public class SRPTlsClient
    extends AbstractTlsClient
    Deprecated.
    Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
    • Field Detail

      • identity

        protected byte[] identity
        Deprecated.
      • password

        protected byte[] password
        Deprecated.
    • Constructor Detail

      • SRPTlsClient

        public SRPTlsClient​(byte[] identity,
                            byte[] password)
        Deprecated.
      • SRPTlsClient

        public SRPTlsClient​(TlsCipherFactory cipherFactory,
                            byte[] identity,
                            byte[] password)
        Deprecated.
    • Method Detail

      • requireSRPServerExtension

        protected boolean requireSRPServerExtension()
        Deprecated.
      • getCipherSuites

        public int[] getCipherSuites()
        Deprecated.
      • getKeyExchange

        public TlsKeyExchange getKeyExchange()
                                      throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • getAuthentication

        public TlsAuthentication getAuthentication()
                                            throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • createSRPKeyExchange

        protected TlsKeyExchange createSRPKeyExchange​(int keyExchange)
        Deprecated.