Class SecValue

    • Constructor Detail

      • SecValue

        public SecValue()
    • Method Detail

      • has

        public boolean has​(CFType key)
      • get

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

        public SecValue set​(CFType key,
                            org.robovm.rt.bro.NativeObject value)
      • getData

        public NSData getData()
        Since:
        Available in iOS 2.0 and later.
      • setData

        public SecValue setData​(NSData data)
        Since:
        Available in iOS 2.0 and later.
      • getRef

        public CFType getRef()
        Since:
        Available in iOS 2.0 and later.
      • setRef

        public SecValue setRef​(CFType ref)
        Since:
        Available in iOS 2.0 and later.
      • getPersistentRef

        public NSData getPersistentRef()
        Since:
        Available in iOS 2.0 and later.
      • setPersistentRef

        public SecValue setPersistentRef​(NSData persistentRef)
        Since:
        Available in iOS 2.0 and later.