Uses of Class
org.robovm.apple.security.SecAttrKeyType
-
Packages that use SecAttrKeyType Package Description org.robovm.apple.security -
-
Uses of SecAttrKeyType in org.robovm.apple.security
Fields in org.robovm.apple.security declared as SecAttrKeyType Modifier and Type Field Description static SecAttrKeyType
SecAttrKeyType. EC
static SecAttrKeyType
SecAttrKeyType. ECSECPrimeRandom
static SecAttrKeyType
SecAttrKeyType. RSA
Methods in org.robovm.apple.security that return SecAttrKeyType Modifier and Type Method Description SecAttrKeyType
SecAttributes. getKeyType()
static SecAttrKeyType
SecAttrKeyType.Marshaler. toObject(java.lang.Class<SecAttrKeyType> cls, long handle, long flags)
static SecAttrKeyType
SecAttrKeyType. valueOf(CFType value)
Methods in org.robovm.apple.security that return types with arguments of type SecAttrKeyType Modifier and Type Method Description static java.util.List<SecAttrKeyType>
SecAttrKeyType.AsListMarshaler. toObject(java.lang.Class<? extends CFType> cls, long handle, long flags)
Methods in org.robovm.apple.security with parameters of type SecAttrKeyType Modifier and Type Method Description SecAttributes
SecAttributes. setKeyType(SecAttrKeyType keyType)
static long
SecAttrKeyType.Marshaler. toNative(SecAttrKeyType o, long flags)
Method parameters in org.robovm.apple.security with type arguments of type SecAttrKeyType Modifier and Type Method Description static long
SecAttrKeyType.AsListMarshaler. toNative(java.util.List<SecAttrKeyType> l, long flags)
static SecAttrKeyType
SecAttrKeyType.Marshaler. toObject(java.lang.Class<SecAttrKeyType> cls, long handle, long flags)
-