getPublicKey (method)

Retrieves the public key of an asymmetric key pair.

Syntax

- (void)getPublicKey:(NSString*)keyName :(NSString*)versionId;
public func getPublicKey(_ keyName: String, _ versionId: String) throws -> Void

Remarks

This method retrieves the public key of the asymmetric key pair version specified by KeyName and VersionId. The algorithm of the key pair version is also retrieved. If successful, this method populates the PublicKey and PublicKeyAlgorithm properties.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 iOS Edition - Version 20.0 [Build 8157]