Package org.robovm.apple.security
Class SecPolicy
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.security.SecPolicy
- All Implemented Interfaces:
AutoCloseable
public class SecPolicy extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecPolicy.SecPolicyPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedSecPolicy() -
Method Summary
Modifier and Type Method Description static SecPolicycreate(SecPolicyIdentifier policyIdentifier, SecPolicyProperties properties)static SecPolicycreateBasicX509()static SecPolicycreateRevocation(SecRevocationPolicyFlags revocationFlags)static SecPolicycreateSSL(boolean server, String hostname)static longgetClassTypeID()SecPolicyPropertiesgetProperties()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
-
SecPolicy
protected SecPolicy()
-
-
Method Details
-
getClassTypeID
public static long getClassTypeID() -
getProperties
-
createBasicX509
-
createSSL
-
createRevocation
-
create
public static SecPolicy create(SecPolicyIdentifier policyIdentifier, SecPolicyProperties properties)
-