Package org.robovm.apple.security
Class SecIdentity
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.security.SecIdentity
- All Implemented Interfaces:
AutoCloseable
public class SecIdentity extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecIdentity.SecIdentityPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedSecIdentity() -
Method Summary
Modifier and Type Method Description SecCertificategetCertificate()protected OSStatusgetCertificate0(SecCertificate.SecCertificatePtr certificateRef)static longgetClassTypeID()SecKeygetPrivateKey()protected OSStatusgetPrivateKey0(SecKey.SecKeyPtr privateKeyRef)Methods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
SecIdentity
protected SecIdentity()
-
-
Method Details
-
getCertificate
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
getPrivateKey
- Throws:
OSStatusException- Since:
- Available in iOS 2.0 and later.
-
getClassTypeID
public static long getClassTypeID() -
getCertificate0
-
getPrivateKey0
-