Package org.robovm.apple.passkit
Class PKEncryptionScheme
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.passkit.PKEncryptionScheme
public class PKEncryptionScheme extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPKEncryptionScheme.AsListMarshalerstatic classPKEncryptionScheme.Marshalerstatic classPKEncryptionScheme.Values -
Field Summary
Fields Modifier and Type Field Description static PKEncryptionSchemeECC_V2static PKEncryptionSchemeRSA_V2 -
Method Summary
Modifier and Type Method Description static PKEncryptionSchemevalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
ECC_V2
- Since:
- Available in iOS 9.0 and later.
-
RSA_V2
- Since:
- Available in iOS 10.0 and later.
-
-
Method Details
-
valueOf
-