DIDPeerServiceEncodedOld

fmgp.did.method.peer.DIDPeerServiceEncodedOld
See theDIDPeerServiceEncodedOld companion object
case class DIDPeerServiceEncodedOld(t: String = ..., s: String, r: Option[Seq[String]] = ..., a: Option[Seq[String]] = ...) extends DIDPeerServiceEncoded

PeerDid Service Endpoint

Value parameters

a

accept

r

routingKeys (OPTIONAL)

s

serviceEndpoint

t

type - the value 'dm' means DIDCommMessaging

Attributes

See also
Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def `type`: String
def accept: Option[Seq[String]]
def getDIDService(id: DIDSubject, previouslyNumberOfService: Int): Seq[DIDService]
def getDIDServiceAux(id: DIDSubject, index: Int): DIDService
def routingKeys: Option[Seq[String]]
def serviceEndpoint: String

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product