DIDDoc Peer DID
data class DIDDocPeerDID @JvmOverloads constructor(val did: String, val authentication: List<VerificationMethodPeerDID>, val keyAgreement: List<VerificationMethodPeerDID> = emptyList(), val service: List<Service>? = null)(source)
Represents a PeerDID DID Document.
Constructors
Link copied to clipboard
constructor(did: String, authentication: List<VerificationMethodPeerDID>, keyAgreement: List<VerificationMethodPeerDID> = emptyList(), service: List<Service>? = null)
Properties
Link copied to clipboard
Represents the agreementKids property in the DIDDocPeerDID class. It is a read-only property that returns a list of IDs of key agreements in the DID document.
Link copied to clipboard
The list of authentication verification methods.
Link copied to clipboard
Retrieves a list of IDs from the authentication list.
Link copied to clipboard
The list of key agreement verification methods.