keyDataPublicKey (property)

The public key.

Syntax

@property (nonatomic,readonly,assign,getter=keyDataPublicKey) NSString* keyDataPublicKey;
- (NSString*)keyDataPublicKey;
public var keyDataPublicKey: String {
  get {...}
}

Default Value

""

Remarks

The public key.

When GetPublicKey is called, this property will reflect the public key of the CMK. When GenerateDataKeyPair is called, this property will reflect the public key of the data key pair. The public key is exposed in PEM format for convenience.

Always empty when GenerateDataKey is called.

This property is read-only.

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