EMSignatureKey Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | EMSignatureKey.h |
– initWith:p:q:g:
Initialize a Signature Key with the public key, p value, q value and g value
- (instancetype)initWith:(NSData *)y p:(NSData *)p q:(NSData *)q g:(NSData *)gParameters
y |
the public key |
|---|---|
p |
the p value |
q |
the q value |
g |
the g value |
Return Value
A newly initialized signature key
Availability
4.5
Declared In
EMSignatureKey.h
– initWithPublicKeyPem:
Initialize a Signature Key with the public key pem
- (instancetype)initWithPublicKeyPem:(NSString *)publicKeyPemParameters
publicKeyPem |
the public key in pem format |
|---|
Return Value
A newly initialized signature key
Availability
5.3
Declared In
EMSignatureKey.h