Instance Methods | |
(FMLiveSwitchX509ECPoint *) | - basePoint |
(FMLiveSwitchNullableLong *) | - cofactor |
(FMLiveSwitchX509ECCurve *) | - curve |
(FMLiveSwitchX509ECFieldId *) | - fieldId |
(instancetype) | - init |
(instancetype) | - initWithFieldId:curve:basePoint:order: |
(instancetype) | - initWithNamedCurve: |
(NSMutableArray *) | - namedCurve |
(long long) | - order |
(void) | - setBasePoint: |
(void) | - setCofactor: |
(void) | - setCurve: |
(void) | - setFieldId: |
(void) | - setNamedCurve: |
(void) | - setOrder: |
(FMLiveSwitchAsn1Any *) | - toAsn1 |
- (FMLiveSwitchX509ECPoint*) basePoint |
- (FMLiveSwitchNullableLong*) cofactor |
- (FMLiveSwitchX509ECCurve*) curve |
+ (FMLiveSwitchX509ECParameters*) ecParameters |
+ (FMLiveSwitchX509ECParameters*) ecParametersWithFieldId: | (FMLiveSwitchX509ECFieldId *) | fieldId | |
curve: | (FMLiveSwitchX509ECCurve *) | curve | |
basePoint: | (FMLiveSwitchX509ECPoint *) | basePoint | |
order: | (long long) | order | |
+ (FMLiveSwitchX509ECParameters*) ecParametersWithNamedCurve: | (NSMutableArray *) | namedCurve |
- (FMLiveSwitchX509ECFieldId*) fieldId |
+ (FMLiveSwitchX509ECParameters*) fromAsn1WithAny: | (FMLiveSwitchAsn1Any *) | any |
- (instancetype) init |
- (instancetype) initWithFieldId: | (FMLiveSwitchX509ECFieldId *) | fieldId | |
curve: | (FMLiveSwitchX509ECCurve *) | curve | |
basePoint: | (FMLiveSwitchX509ECPoint *) | basePoint | |
order: | (long long) | order | |
- (instancetype) initWithNamedCurve: | (NSMutableArray *) | namedCurve |
- (NSMutableArray*) namedCurve |
- (long long) order |
- (void) setBasePoint: | (FMLiveSwitchX509ECPoint *) | value |
- (void) setCofactor: | (FMLiveSwitchNullableLong *) | value |
- (void) setCurve: | (FMLiveSwitchX509ECCurve *) | value |
- (void) setFieldId: | (FMLiveSwitchX509ECFieldId *) | value |
- (void) setNamedCurve: | (NSMutableArray *) | value |
- (void) setOrder: | (long long) | value |
- (FMLiveSwitchAsn1Any*) toAsn1 |