Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Haddad (0.23 sec)

  1. okhttp-tls/src/main/kotlin/okhttp3/tls/HeldCertificate.kt

        }
    
        /**
         * Adds a subject alternative name (SAN) to the certificate. This is usually a literal hostname,
         * a literal IP address, or a hostname pattern. If no subject alternative names are added that
         * extension will be omitted.
         */
        fun addSubjectAlternativeName(altName: String) =
          apply {
            altNames += altName
          }
    
        /**
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 21.6K bytes
    - Viewed (1)
Back to top