Email Address Public Info
constructor(emailAddress: String, keyId: String, publicKeyDetails: EmailAddressPublicKey, enableEncryption: Boolean)
Constructor for creating an instance of EmailAddressPublicInfo.
Parameters
email Address
The email address in the format 'local-part@domain'.
key Id
A unique identifier associated with the public key.
public Key Details
Detailed information about the public key, including its raw value, format, and algorithm.
enable Encryption
Whether or not to enable encryption for the email address.
constructor(emailAddress: String, keyId: String, publicKey: String, publicKeyDetails: EmailAddressPublicKey, enableEncryption: Boolean)
Deprecated
This constructor is deprecated. Use EmailAddressPublicInfo(emailAddress:keyId:publicKeyDetails) instead.
Replace with
EmailAddressPublicInfo(emailAddress:keyId:publicKeyDetails)Content copied to clipboard
(Deprecated) Constructor for creating an instance of EmailAddressPublicInfo.
Parameters
email Address
The email address in the format 'local-part@domain'.
key Id
A unique identifier associated with the public key.
public Key
(Deprecated) The raw public key value associated with the email address. Use the constructor accepting publicKeyDetails instead.