Class SecCredential


public class SecCredential
extends CFDictionaryWrapper
  • Method Details

    • has

      public boolean has​(CFType key)
    • get

      public <T extends NativeObject> T get​(CFType key, Class<T> type)
    • getPassword

      public String getPassword()
    • getServer

      public String getServer()
      Since:
      Available in iOS 8.0 and later.
    • getAccount

      public String getAccount()
      Since:
      Available in iOS 8.0 and later.
    • getPort

      public int getPort()
      Since:
      Available in iOS 8.0 and later.