pem property

String? pem
getter/setter pair

A public key encoded in PEM format, populated only when GetPublicKey returns one key.

For more information, see the RFC 7468 sections for General Considerations and Textual Encoding of Subject Public Key Info.

Implementation

core.String? pem;