Uses of Class
org.robovm.apple.security.SecAttributes
| Package | Description |
|---|---|
| org.robovm.apple.security |
-
Uses of SecAttributes in org.robovm.apple.security
Methods in org.robovm.apple.security that return SecAttributes Modifier and Type Method Description SecAttributesSecQuery. getAttributes()SecAttributesSecKeyParameters. getPrivateAttributes()SecAttributesSecKeyParameters. getPublicAttributes()SecAttributesSecAttributes. set(CFType key, NativeObject value)SecAttributesSecAttributes. setAccessControl(SecAccessControl accessControl)SecAttributesSecAttributes. setAccessGroup(String accessGroup)SecAttributesSecAttributes. setAccessible(SecAttrAccessible accessible)SecAttributesSecAttributes. setAccount(String account)SecAttributesSecAttributes. setApplicationLabel(String applicationLabel)SecAttributesSecAttributes. setApplicationTag(NSData applicationTag)SecAttributesSecAttributes. setAuthenticationType(SecAttrAuthenticationType authenticationType)SecAttributesSecAttributes. setCanDecrypt(boolean canDecrypt)SecAttributesSecAttributes. setCanDerive(boolean canDerive)SecAttributesSecAttributes. setCanEncrypt(boolean canEncrypt)SecAttributesSecAttributes. setCanSign(boolean canSign)SecAttributesSecAttributes. setCanUnwrap(boolean canUnwrap)SecAttributesSecAttributes. setCanVerify(boolean canVerify)SecAttributesSecAttributes. setCanWrap(boolean canWrap)SecAttributesSecAttributes. setCertificateEncoding(long certificateEncoding)SecAttributesSecAttributes. setCertificateType(long certificateType)SecAttributesSecAttributes. setComment(String comment)SecAttributesSecAttributes. setCreationDate(NSDate creationDate)SecAttributesSecAttributes. setCreator(long creator)SecAttributesSecAttributes. setDescription(String description)SecAttributesSecAttributes. setEffectiveKeySize(int effectiveKeySize)SecAttributesSecAttributes. setGeneric(NSData generic)SecAttributesSecAttributes. setIsInvisible(boolean isInvisible)SecAttributesSecAttributes. setIsNegative(boolean isNegative)SecAttributesSecAttributes. setIsPermanent(boolean isPermanent)SecAttributesSecAttributes. setIssuer(NSData issuer)SecAttributesSecAttributes. setItemList(List<CFType> itemList)Deprecated.Deprecated in iOS 12.0.SecAttributesSecAttributes. setKeyClass(SecAttrKeyClass keyClass)SecAttributesSecAttributes. setKeySizeInBits(long keySizeInBits)SecAttributesSecAttributes. setKeyType(SecAttrKeyType keyType)SecAttributesSecAttributes. setLabel(String label)SecAttributesSecAttributes. setModificationDate(NSDate modificationDate)SecAttributesSecAttributes. setOperationPrompt(String operationPrompt)Deprecated.Deprecated in iOS 14.0.SecAttributesSecAttributes. setPath(String path)SecAttributesSecAttributes. setPort(int port)SecAttributesSecAttributes. setProtocol(SecAttrProtocol protocol)SecAttributesSecAttributes. setPublicKeyHash(NSData publicKeyHash)SecAttributesSecAttributes. setSecurityDomain(String securityDomain)SecAttributesSecAttributes. setSerialNumber(NSData serialNumber)SecAttributesSecAttributes. setServer(String server)SecAttributesSecAttributes. setService(String service)SecAttributesSecAttributes. setSubject(NSData subject)SecAttributesSecAttributes. setSubjectKeyID(NSData subjectKeyID)SecAttributesSecAttributes. setSynchronizable(boolean synchronizable)SecAttributesSecAttributes. setType(long type)SecAttributesSecAttributes. setUseAuthenticationContext(LAContext useAuthenticationContext)SecAttributesSecAttributes. setUsesAuthenticationUI(boolean usesAuthenticationUI)SecAttributesSecAttributes. setUsesNoAuthenticationUI(boolean usesNoAuthenticationUI)Deprecated.Deprecated in iOS 9.0.static SecAttributesSecAttributes.Marshaler. toObject(Class<SecAttributes> cls, long handle, long flags)Methods in org.robovm.apple.security that return types with arguments of type SecAttributes Modifier and Type Method Description static List<SecAttributes>SecAttributes.AsListMarshaler. toObject(Class<? extends CFType> cls, long handle, long flags)Methods in org.robovm.apple.security with parameters of type SecAttributes Modifier and Type Method Description static CFTypeSecItem. add(SecAttributes attributes)protected static OSStatusSecItem. add0(SecAttributes attributes, CFType.CFTypePtr result)SecQuerySecQuery. setAttributes(SecAttributes attributes)SecKeyParametersSecKeyParameters. setPrivateAttributes(SecAttributes privateAttributes)SecKeyParametersSecKeyParameters. setPublicAttributes(SecAttributes publicAttributes)static longSecAttributes.Marshaler. toNative(SecAttributes o, long flags)static voidSecItem. update(SecQuery query, SecAttributes attributesToUpdate)protected static OSStatusSecItem. update0(SecQuery query, SecAttributes attributesToUpdate)Method parameters in org.robovm.apple.security with type arguments of type SecAttributes Modifier and Type Method Description static longSecAttributes.AsListMarshaler. toNative(List<SecAttributes> l, long flags)static SecAttributesSecAttributes.Marshaler. toObject(Class<SecAttributes> cls, long handle, long flags)