Class ClientAuthenticationType


  • public class ClientAuthenticationType
    extends java.lang.Object
    Deprecated.
    Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static short anonymous
      Deprecated.
       
      static short certificate_based
      Deprecated.
       
      static short psk
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClientAuthenticationType

        public ClientAuthenticationType()
        Deprecated.