AuthorizedKey
[AuthorizedKey] represents a authorized public key with the encrypted secret key for this given key. By decrypting this secret key, the authorized public key will be able to decrypt its related secret
type AuthorizedKey {
encryptedSecretKey: Hex
publicKey: PublicKey
}
Fields
AuthorizedKey.encryptedSecretKey
● Hex
scalar
AuthorizedKey.publicKey
● PublicKey
scalar
Member of
Ownership
object