Package org.robovm.apple.security
Class SecTrustResult
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.security.SecTrustResult
public class SecTrustResult extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecTrustResult.AsListMarshalerstatic classSecTrustResult.Keysstatic classSecTrustResult.Marshaler -
Field Summary
-
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFType key, Class<T> type)NSDategetEvaluationDate()StringgetOrganizationName()SecTrustResultTypegetResultValue()NSDategetRevocationValidUntilDate()booleanhas(CFType key)booleanisExtendedValidation()booleanisRevocationChecked()Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Method Details
-
has
-
get
-
getEvaluationDate
-
isExtendedValidation
public boolean isExtendedValidation() -
getOrganizationName
-
getResultValue
-
isRevocationChecked
public boolean isRevocationChecked() -
getRevocationValidUntilDate
-