Class SecKeyParameters

    • Constructor Detail

      • SecKeyParameters

        public SecKeyParameters()
    • 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)
      • getPrivateAttributes

        public SecAttributes getPrivateAttributes()
        Since:
        Available in iOS 2.0 and later.
      • setPrivateAttributes

        public SecKeyParameters setPrivateAttributes​(SecAttributes privateAttributes)
        Since:
        Available in iOS 2.0 and later.
      • getPublicAttributes

        public SecAttributes getPublicAttributes()
        Since:
        Available in iOS 2.0 and later.