Email Address Public Info
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.
constructor(emailAddress: String, keyId: String, publicKey: String, publicKeyDetails: EmailAddressPublicKey)
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.