Class NSURLCredential

    • Constructor Detail

      • NSURLCredential

        public NSURLCredential()
      • NSURLCredential

        protected NSURLCredential​(NSObject.Handle h,
                                  long handle)
      • NSURLCredential

        public NSURLCredential​(java.lang.String user,
                               java.lang.String password,
                               NSURLCredentialPersistence persistence)
      • NSURLCredential

        public NSURLCredential​(SecTrust trust)
        Since:
        Available in iOS 3.0 and later.
      • NSURLCredential

        public NSURLCredential​(NSCoder decoder)
    • Method Detail

      • getUser

        public java.lang.String getUser()
      • getPassword

        public java.lang.String getPassword()
      • hasPassword

        public boolean hasPassword()
      • getCertificates

        public java.util.List<SecCertificate> getCertificates()
        Since:
        Available in iOS 3.0 and later.
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • init

        protected long init​(SecTrust trust)
        Since:
        Available in iOS 3.0 and later.
      • init

        protected long init​(NSCoder decoder)