FMIceLinkAsymmetricKey Class Reference

Inherits from NSObject
Declared in FMIceLinkAsymmetricKey.h
FMIceLinkAsymmetricKey.m

Overview

An asymmetric key.

+ createKeyWithKeyType:

Creates a key.
+ (FMIceLinkAsymmetricKey *)createKeyWithKeyType:(FMIceLinkAsymmetricKeyType)keyType

Parameters

keyType

The key type. @return

Discussion

Creates a key.

Declared In

FMIceLinkAsymmetricKey.h

– hasPrivate

Returns true if the key contains private information.
- (bool)hasPrivate

Discussion

Returns true if the key contains private information.

Declared In

FMIceLinkAsymmetricKey.h

– hasPublic

Returns true if the key contains public information.
- (bool)hasPublic

Discussion

Returns true if the key contains public information.

Declared In

FMIceLinkAsymmetricKey.h

– type

Gets the key type.
- (FMIceLinkAsymmetricKeyType)type

Discussion

Gets the key type.

Declared In

FMIceLinkAsymmetricKey.h