Class SecImportItem

    • Method Detail

      • has

        public boolean has​(CFString key)
      • get

        public <T extends org.robovm.rt.bro.NativeObject> T get​(CFString key,
                                                                java.lang.Class<T> type)
      • getLabel

        public java.lang.String getLabel()
        Since:
        Available in iOS 2.0 and later.
      • getKeyID

        public NSData getKeyID()
        Since:
        Available in iOS 2.0 and later.
      • getTrust

        public SecTrust getTrust()
        Since:
        Available in iOS 2.0 and later.
      • getCertChain

        public java.util.List<SecCertificate> getCertChain()
        Since:
        Available in iOS 2.0 and later.
      • getIdentity

        public SecIdentity getIdentity()
        Since:
        Available in iOS 2.0 and later.