Instance Methods | |
(instancetype) | - init |
(NSMutableData *) | - privateKey |
(FMLiveSwitchX509AlgorithmIdentifier *) | - privateKeyAlgorithm |
(void) | - setPrivateKey: |
(void) | - setPrivateKeyAlgorithm: |
(void) | - setVersion: |
(FMLiveSwitchAsn1Sequence *) | - toAsn1 |
(int) | - version |
Class Methods | |
(FMLiveSwitchX509PrivateKeyInfo *) | + fromAsn1WithAny: |
(FMLiveSwitchX509PrivateKeyInfo *) | + privateKeyInfo |
+ (FMLiveSwitchX509PrivateKeyInfo*) fromAsn1WithAny: | (FMLiveSwitchAsn1Any *) | any |
- (instancetype) init |
- (NSMutableData*) privateKey |
- (FMLiveSwitchX509AlgorithmIdentifier*) privateKeyAlgorithm |
+ (FMLiveSwitchX509PrivateKeyInfo*) privateKeyInfo |
- (void) setPrivateKey: | (NSMutableData *) | value |
- (void) setPrivateKeyAlgorithm: | (FMLiveSwitchX509AlgorithmIdentifier *) | value |
- (void) setVersion: | (int) | value |
- (FMLiveSwitchAsn1Sequence*) toAsn1 |
- (int) version |