Package org.robovm.apple.security
Class SecCertificate
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.security.SecCertificate
- All Implemented Interfaces:
AutoCloseable
public class SecCertificate extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecCertificate.SecCertificatePtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedSecCertificate() -
Method Summary
Modifier and Type Method Description SecKeycopyKey()NSDatacopyNormalizedIssuerSequence()NSDatacopyNormalizedSubjectSequence()SecKeycopyPublicKey()Deprecated.Deprecated in iOS 12.0.NSDatacopySerialNumber()Deprecated.Deprecated in iOS 11.0.NSDatacopySerialNumberData()static SecCertificatecreate(CFAllocator allocator, NSData data)static longgetClassTypeID()OSStatusgetCommonName(String commonName)NSDatagetData()OSStatusgetEmailAddresses(List<String> emailAddresses)StringgetSubjectSummary()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
-
SecCertificate
protected SecCertificate()
-
-
Method Details
-
getClassTypeID
public static long getClassTypeID() -
create
-
getData
-
getSubjectSummary
-
getCommonName
- Since:
- Available in iOS 10.3 and later.
-
getEmailAddresses
- Since:
- Available in iOS 10.3 and later.
-
copyNormalizedIssuerSequence
- Since:
- Available in iOS 10.3 and later.
-
copyNormalizedSubjectSequence
- Since:
- Available in iOS 10.3 and later.
-
copyKey
- Since:
- Available in iOS 12.0 and later.
-
copyPublicKey
Deprecated.Deprecated in iOS 12.0. Use SecCertificateCopyKey- Since:
- Available in iOS 10.3 and later.
-
copySerialNumberData
- Throws:
NSErrorException- Since:
- Available in iOS 11.0 and later.
-
copySerialNumber
Deprecated.Deprecated in iOS 11.0. Use SecCertificateCopySerialNumberData- Since:
- Available in iOS 10.3 and later.
-