FMIceLinkAsymmetricKey Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkAsymmetricKey.h FMIceLinkAsymmetricKey.m |
+ createKeyWithKeyType:
Creates a key.
+ (FMIceLinkAsymmetricKey *)createKeyWithKeyType:(FMIceLinkAsymmetricKeyType)keyTypeParameters
keyType |
The key type. @return |
|---|
Discussion
Creates a key.
Declared In
FMIceLinkAsymmetricKey.h
– hasPrivate
Returns
true if the key contains
private information.
- (bool)hasPrivateDiscussion
Returns
true if the key contains
private information.
Declared In
FMIceLinkAsymmetricKey.h
– hasPublic
Returns
true if the key contains
public information.
- (bool)hasPublicDiscussion
Returns
true if the key contains
public information.
Declared In
FMIceLinkAsymmetricKey.h
– type
Gets the key type.
- (FMIceLinkAsymmetricKeyType)typeDiscussion
Gets the key type.
Declared In
FMIceLinkAsymmetricKey.h