diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/-codec/-e-d25519/index.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/-codec/-e-d25519/index.html index 3727a51..6393a8e 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/-codec/-e-d25519/index.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/-codec/-e-d25519/index.html @@ -113,7 +113,7 @@

Properties

-
val prefix: Int
+
val prefix: Int

The prefix value of the codec.

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/-codec/-x25519/index.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/-codec/-x25519/index.html index 938c47c..daba8be 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/-codec/-x25519/index.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/-codec/-x25519/index.html @@ -113,7 +113,7 @@

Properties

-
val prefix: Int
+
val prefix: Int

The prefix value of the codec.

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/-codec/entries.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/-codec/entries.html index a497465..11d6f0f 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/-codec/entries.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/-codec/entries.html @@ -67,7 +67,7 @@

entries

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

Codec

-
+

Enum class representing different codecs.

@@ -162,7 +162,7 @@

Properties

-
val prefix: Int
+
val prefix: Int

The prefix value of the codec.

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/-codec/prefix.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/-codec/prefix.html index 4741db3..189efb7 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/-codec/prefix.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/-codec/prefix.html @@ -67,7 +67,7 @@

prefix

-
+
-
fun valueOf(value: String): Codec(source)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+
fun valueOf(value: String): Codec(source)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

-
fun Json.encodeToString(vararg pairs: Pair<*, *>): String(source)
+
fun Json.encodeToString(vararg pairs: Pair<*, *>): String(source)

Encodes the given pairs of key-value data into a JSON string representation.

Return

the JSON string representation of the encoded data

Parameters

pairs

the key-value pairs to encode

-
+

Decodes a multibase string to a pair of the transform and the encoded number basis.

Return

A pair of the encoded number basis and the decoded transform.

Parameters

multibase

The multibase string to decode.

Throws

if the multibase string is invalid.

-
+

Converts a base58-encoded string to a byte array.

Return

The decoded byte array.

Parameters

value

The base58-encoded string.

Throws

if the input string is not a valid base58 encoding.

-

I'm expecting the value to be a JSON array

+

Converts a JSON string to a List of Maps.

Return

The converted List of Maps.

Parameters

value

The JSON string to convert.

Throws

if the JSON string is not valid.

-
+

Converts a JSON string to a Map object.

Return

The converted Map object.

Parameters

value

The JSON string to convert.

Throws

if the JSON string is not valid or if the value of any key in the JSON object is not of type JsonPrimitive or JsonArray.

-
+

Converts a given JWK object to a byte array.

Return

the JWK key as a byte array

Parameters

verMaterial

the VerificationMaterialPeerDID object representing the JWK

Throws

if the JWK key is invalid

-
+

Decodes a multicodec value to a pair of Codec and the remaining bytes.

Return

A pair of Codec and the remaining bytes.

Parameters

value

The multicodec value to decode.

-
enum Codec : Enum<Codec>
+
enum Codec : Enum<Codec>

Enum class representing different codecs.

@@ -101,7 +101,7 @@

Functions

-
fun Json.encodeToString(vararg pairs: Pair<*, *>): String
+
fun Json.encodeToString(vararg pairs: Pair<*, *>): String

Encodes the given pairs of key-value data into a JSON string representation.

@@ -116,7 +116,7 @@

Functions

- +

Converts a base58-encoded string to a byte array.

@@ -131,7 +131,7 @@

Functions

- +

Decodes a multibase string to a pair of the transform and the encoded number basis.

@@ -146,7 +146,7 @@

Functions

-

I'm expecting the value to be a JSON array

+

Converts a JSON string to a List of Maps.

@@ -161,7 +161,7 @@

Functions

- +

Converts a JSON string to a Map object.

@@ -176,7 +176,7 @@

Functions

- +

Converts a given JWK object to a byte array.

@@ -191,7 +191,7 @@

Functions

- +

Decodes a multicodec value to a pair of Codec and the remaining bytes.

@@ -206,7 +206,7 @@

Functions

-
fun isBase58(value: String): Boolean
+
fun isBase58(value: String): Boolean

Checks whether a given string is base58 encoded.

@@ -221,7 +221,7 @@

Functions

- +

Converts a byte array to a Base58 encoded string.

@@ -236,7 +236,7 @@

Functions

- +

Converts a byte array to a base58 multibase encoding.

@@ -251,7 +251,7 @@

Functions

-
fun toJson(value: Any?): String
+
fun toJson(value: Any?): String

Converts the given value to its JSON representation as a string.

@@ -266,7 +266,7 @@

Functions

- +

Converts an array to a JSON array.

Converts an Iterable of any type to a JSON array.

@@ -281,7 +281,7 @@

Functions

- +

Converts an object to its JSON representation as a JsonElement.

@@ -296,7 +296,7 @@

Functions

- +

Converts the given Map object to a JsonObject. Each key-value pair in the map is converted to a corresponding key-value pair in the JsonObject. The keys are converted to string representation using the toString method. The values are converted to JsonElement using the toJsonElement method.

@@ -311,7 +311,7 @@

Functions

-
fun toJwk(publicKey: ByteArray, verMethodType: VerificationMethodTypePeerDID): Map<String, String>
+
fun toJwk(publicKey: ByteArray, verMethodType: VerificationMethodTypePeerDID): Map<String, String>

Converts a public key to a JSON Web Key (JWK).

@@ -326,7 +326,7 @@

Functions

- +

Converts the given value to a multicodec byte array using the specified keyType.

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/is-base58.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/is-base58.html index 0dec35c..d37f036 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/is-base58.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer.core/is-base58.html @@ -67,7 +67,7 @@

isBase58

-
+

Checks whether a given string is base58 encoded.

Return

true if the string is base58 encoded, false otherwise

Parameters

value

the string to be checked

-
+

Converts a byte array to a base58 multibase encoding.

Return

The base58 multibase encoding of the byte array.

Parameters

value

The byte array to be encoded.

Throws

If the byte array is invalid.

-
+

Converts a byte array to a Base58 encoded string.

Return

The Base58 encoded string.

Parameters

value

The byte array to encode.

-
+

Converts an array to a JSON array.

Return

The JSON array representation of the array.


Converts an Iterable of any type to a JSON array.

Return

The JSON array representation of the Iterable.

-
+

Converts an object to its JSON representation as a JsonElement.

Return

The JSON representation of the object as a JsonElement.

-
+

Converts the given Map object to a JsonObject. Each key-value pair in the map is converted to a corresponding key-value pair in the JsonObject. The keys are converted to string representation using the toString method. The values are converted to JsonElement using the toJsonElement method.

Return

the converted JsonObject.

See also

-
fun toJson(value: Any?): String(source)
+
fun toJson(value: Any?): String(source)

Converts the given value to its JSON representation as a string.

Return

the JSON representation of the value as a string

Parameters

value

the value to convert to JSON

-
+

Converts a public key to a JSON Web Key (JWK).

Return

The public key converted to a JWK.

Parameters

publicKey

The public key to convert as a byte array.

verMethodType

The type of verification method.

Throws

if the JWK type is unsupported.

-
+

Converts the given value to a multicodec byte array using the specified keyType.

Return

The multicodec byte array.

Parameters

value

The value to convert.

keyType

The keyType representing the verification method type.

-
constructor(id: String, type: String, serviceEndpoint: String, routingKeys: List<String>, accept: List<String>)(source)
+
constructor(id: String, type: String, serviceEndpoint: String, routingKeys: List<String>, accept: List<String>)(source)
-
+
-
+

DIDCommServicePeerDID

-
data class DIDCommServicePeerDID(val id: String, val type: String, val serviceEndpoint: String, val routingKeys: List<String>, val accept: List<String>) : Service(source)
+
data class DIDCommServicePeerDID(val id: String, val type: String, val serviceEndpoint: String, val routingKeys: List<String>, val accept: List<String>) : Service(source)

Represents a DIDComm service peer DID.

@@ -102,7 +102,7 @@

Properties

- +

The list of accepted message types.

@@ -117,7 +117,7 @@

Properties

-
val id: String
+
val id: String

The ID of the service.

@@ -132,7 +132,7 @@

Properties

- +

The list of routing keys.

@@ -147,7 +147,7 @@

Properties

- +

The service endpoint.

@@ -162,7 +162,7 @@

Properties

- +

The type of the service.

@@ -181,7 +181,7 @@

Functions

- +

Converts the DIDCommServicePeerDID object to a mutable map representation.

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-d-i-d-comm-service-peer-d-i-d/routing-keys.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-d-i-d-comm-service-peer-d-i-d/routing-keys.html index b85cea6..c84e27e 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-d-i-d-comm-service-peer-d-i-d/routing-keys.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-d-i-d-comm-service-peer-d-i-d/routing-keys.html @@ -67,7 +67,7 @@

routingKeys

-
+
-
+
-
+

Converts the DIDCommServicePeerDID object to a mutable map representation.

Return

The mutable map representation of the DIDCommServicePeerDID object.

-
+
-

Creates a new instance of DIDDocPeerDID from the given DID Doc JSON.

Return

DIDDocPeerDID instance

Parameters

value

DID Doc JSON

Throws

if the input DID Doc JSON is not a valid peerdid DID Doc

+

Creates a new instance of DIDDocPeerDID from the given DID Doc JSON.

Return

DIDDocPeerDID instance

Parameters

value

DID Doc JSON

Throws

if the input DID Doc JSON is not a valid peerdid DID Doc

Companion

-
+
diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-d-i-d-doc-peer-d-i-d/-d-i-d-doc-peer-d-i-d.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-d-i-d-doc-peer-d-i-d/-d-i-d-doc-peer-d-i-d.html index 1fa1736..9d077c7 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-d-i-d-doc-peer-d-i-d/-d-i-d-doc-peer-d-i-d.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-d-i-d-doc-peer-d-i-d/-d-i-d-doc-peer-d-i-d.html @@ -67,7 +67,7 @@

DIDDocPeerDID

-
constructor(did: String, authentication: List<VerificationMethodPeerDID>, keyAgreement: List<VerificationMethodPeerDID> = emptyList(), service: List<Service>? = null)(source)
+
constructor(did: String, authentication: List<VerificationMethodPeerDID>, keyAgreement: List<VerificationMethodPeerDID> = emptyList(), service: List<Service>? = null)(source)
-
+

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.

Return

The list of IDs of key agreements.

-
+

Retrieves a list of IDs from the authentication list.

Return

The list of authentication kid IDs.

-
+
-
+

DIDDocPeerDID

-
data class DIDDocPeerDID @JvmOverloads constructor(val did: String, val authentication: List<VerificationMethodPeerDID>, val keyAgreement: List<VerificationMethodPeerDID> = emptyList(), val service: List<Service>? = null)(source)
+
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.

@@ -121,7 +121,7 @@

Properties

- +

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.

@@ -136,7 +136,7 @@

Properties

- +

The list of authentication verification methods.

@@ -151,7 +151,7 @@

Properties

- +

Retrieves a list of IDs from the authentication list.

@@ -166,7 +166,7 @@

Properties

-
val did: String
+
val did: String

The DID identifier.

@@ -181,7 +181,7 @@

Properties

- +

The list of key agreement verification methods.

@@ -196,7 +196,7 @@

Properties

-
val service: List<Service>? = null
+
val service: List<Service>? = null

The list of service endpoints.

@@ -215,7 +215,7 @@

Functions

-
fun toDict(): Map<String, Any>
+
fun toDict(): Map<String, Any>

Converts the DID document to a dictionary representation.

@@ -230,7 +230,7 @@

Functions

-
fun toJson(): String
+
fun toJson(): String

Converts the object to its JSON representation as a String.

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-d-i-d-doc-peer-d-i-d/key-agreement.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-d-i-d-doc-peer-d-i-d/key-agreement.html index 4b44cfd..82bf075 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-d-i-d-doc-peer-d-i-d/key-agreement.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-d-i-d-doc-peer-d-i-d/key-agreement.html @@ -67,7 +67,7 @@

keyAgreement

-
+
-
val service: List<Service>? = null(source)
+
val service: List<Service>? = null(source)
-
+

Converts the DID document to a dictionary representation.

Return

The dictionary representation of the DID document.

-
+

Converts the object to its JSON representation as a String.

Return

The JSON representation of the object as a String.

JSON

-
typealias JSON = String(source)
+
typealias JSON = String(source)

Type alias for JSON strings.

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-other-service/-other-service.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-other-service/-other-service.html index f144b15..a429673 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-other-service/-other-service.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-other-service/-other-service.html @@ -67,7 +67,7 @@

OtherService

-
constructor(data: Map<String, Any>)(source)
+
constructor(data: Map<String, Any>)(source)
-
+

OtherService

-
data class OtherService(val data: Map<String, Any>) : Service(source)
+
data class OtherService(val data: Map<String, Any>) : Service(source)

Represents a service provided by a DID document.

@@ -102,7 +102,7 @@

Properties

- +

The data of the service.

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-peer-d-i-d/index.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-peer-d-i-d/index.html index e5b1f4c..e3a6915 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-peer-d-i-d/index.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-peer-d-i-d/index.html @@ -66,7 +66,7 @@

PeerDID

-
typealias PeerDID = String(source)
+
typealias PeerDID = String(source)

Defines the type PeerDID, which is an alias for a String.

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/-b-a-s-e58/index.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/-b-a-s-e58/index.html index 5663579..3c68205 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/-b-a-s-e58/index.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/-b-a-s-e58/index.html @@ -113,7 +113,7 @@

Properties

- +

The string value of the public key field.

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/-j-w-k/index.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/-j-w-k/index.html index bd48df8..02007c2 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/-j-w-k/index.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/-j-w-k/index.html @@ -113,7 +113,7 @@

Properties

- +

The string value of the public key field.

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/-m-u-l-t-i-b-a-s-e/index.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/-m-u-l-t-i-b-a-s-e/index.html index dab7e8b..263ad07 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/-m-u-l-t-i-b-a-s-e/index.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/-m-u-l-t-i-b-a-s-e/index.html @@ -113,7 +113,7 @@

Properties

- +

The string value of the public key field.

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/entries.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/entries.html index 56343c1..b9e2960 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/entries.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/entries.html @@ -67,7 +67,7 @@

entries

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

PublicKeyField

-
+

Represents the different types of public key fields.

@@ -177,7 +177,7 @@

Properties

- +

The string value of the public key field.

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/value-of.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/value-of.html index 8555555..87c35ea 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/value-of.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-public-key-field/value-of.html @@ -67,7 +67,7 @@

valueOf

-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-
+
-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

Service

-
+
interface Service(source)

Represents a service.

Inheritors

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-agreement/index.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-agreement/index.html index cd6bf11..1e2983d 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-agreement/index.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-agreement/index.html @@ -66,7 +66,7 @@

VerificationMaterialAgreement

- +
diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-authentication/index.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-authentication/index.html index 9e9f3cb..4b0f4a0 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-authentication/index.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-authentication/index.html @@ -66,7 +66,7 @@
diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-format-peer-d-i-d/entries.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-format-peer-d-i-d/entries.html index 15660d5..24780b4 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-format-peer-d-i-d/entries.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-format-peer-d-i-d/entries.html @@ -67,7 +67,7 @@

entries

-

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

+

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

VerificationMaterialFormatPeerDID

- +

An enumeration that represents the format of verification material in a PeerDID.

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-format-peer-d-i-d/value-of.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-format-peer-d-i-d/value-of.html index 92520bb..5fac643 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-format-peer-d-i-d/value-of.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-format-peer-d-i-d/value-of.html @@ -67,7 +67,7 @@

valueOf

-

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

+

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws

if this enum type has no constant with the specified name

-

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

+

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

-
constructor(format: VerificationMaterialFormatPeerDID, value: Any, type: T)(source)
+
constructor(format: VerificationMaterialFormatPeerDID, value: Any, type: T)(source)

Parameters

T

The type of the verification method.

-
+

VerificationMaterialPeerDID

-
+

Represents the verification material used in a PeerDID.

Parameters

T

The type of the verification method.

@@ -102,7 +102,7 @@

Properties

- +

The format of the verification material.

@@ -117,7 +117,7 @@

Properties

-
val type: T
+
val type: T

The type of the verification method.

@@ -132,7 +132,7 @@

Properties

-
val value: Any
+
val value: Any

The value of the verification material.

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-peer-d-i-d/type.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-peer-d-i-d/type.html index 4ff7a2b..10c9ff2 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-peer-d-i-d/type.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-material-peer-d-i-d/type.html @@ -67,7 +67,7 @@

type

-
val type: T(source)
+
val type: T(source)
-
+
-
constructor(id: String, controller: String, verMaterial: VerificationMaterialPeerDID<out VerificationMethodTypePeerDID>)(source)
+
constructor(id: String, controller: String, verMaterial: VerificationMaterialPeerDID<out VerificationMethodTypePeerDID>)(source)
-
+
-
+

VerificationMethodPeerDID

-
+

Represents a verification method used in PeerDID.

@@ -102,7 +102,7 @@

Properties

- +

The controller of the verification method.

@@ -117,7 +117,7 @@

Properties

-
val id: String
+
val id: String

The ID of the verification method.

@@ -132,7 +132,7 @@

Properties

- +

The verification material of the verification method.

@@ -151,7 +151,7 @@

Functions

-
fun toDict(): Map<String, Any>
+
fun toDict(): Map<String, Any>

Converts the VerificationMethodPeerDID to a dictionary representation.

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-peer-d-i-d/to-dict.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-peer-d-i-d/to-dict.html index ef4040b..a9222e8 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-peer-d-i-d/to-dict.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-peer-d-i-d/to-dict.html @@ -67,7 +67,7 @@

toDict

-
+

Converts the VerificationMethodPeerDID to a dictionary representation.

Return

The dictionary representation of the VerificationMethodPeerDID.

-
+

JsonWebKey2020

-
+
diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-agreement/-x25519-key-agreement-key2019/index.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-agreement/-x25519-key-agreement-key2019/index.html index 21f77ad..2e76726 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-agreement/-x25519-key-agreement-key2019/index.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-agreement/-x25519-key-agreement-key2019/index.html @@ -66,7 +66,7 @@

X25519KeyAgreementKey2019

- +
diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-agreement/-x25519-key-agreement-key2020/index.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-agreement/-x25519-key-agreement-key2020/index.html index 806d121..e9a4b66 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-agreement/-x25519-key-agreement-key2020/index.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-agreement/-x25519-key-agreement-key2020/index.html @@ -66,7 +66,7 @@
diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-agreement/index.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-agreement/index.html index 0557616..1ec8099 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-agreement/index.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-agreement/index.html @@ -66,7 +66,7 @@
diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-authentication/-e-d25519-verification-key2018/index.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-authentication/-e-d25519-verification-key2018/index.html index f7a7b13..0f73367 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-authentication/-e-d25519-verification-key2018/index.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-authentication/-e-d25519-verification-key2018/index.html @@ -66,7 +66,7 @@
diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-authentication/-e-d25519-verification-key2020/index.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-authentication/-e-d25519-verification-key2020/index.html index ea7a925..e34bab3 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-authentication/-e-d25519-verification-key2020/index.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-authentication/-e-d25519-verification-key2020/index.html @@ -66,7 +66,7 @@
diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-authentication/-json-web-key2020/index.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-authentication/-json-web-key2020/index.html index d612200..6ba2aa1 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-authentication/-json-web-key2020/index.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-authentication/-json-web-key2020/index.html @@ -66,7 +66,7 @@
diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-authentication/index.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-authentication/index.html index 141e803..ab73ff2 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-authentication/index.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-authentication/index.html @@ -66,7 +66,7 @@

VerificationMethodTypeAuthentication

- +

Represents the different types of authentication methods for verification.

Parameters

value

The string value representing the authentication method type.

Inheritors

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-peer-d-i-d/index.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-peer-d-i-d/index.html index 1f8eae6..d1559a5 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-peer-d-i-d/index.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-peer-d-i-d/index.html @@ -66,7 +66,7 @@

VerificationMethodTypePeerDID

- +

Represents the types of verification methods for PeerDID.

Parameters

value

The string value associated with the verification method type.

Inheritors

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-peer-d-i-d/value.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-peer-d-i-d/value.html index 19ddf85..3275130 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-peer-d-i-d/value.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/-verification-method-type-peer-d-i-d/value.html @@ -67,7 +67,7 @@

value

- +

Parameters

value

The string value associated with the verification method type.

-
data class DIDCommServicePeerDID(val id: String, val type: String, val serviceEndpoint: String, val routingKeys: List<String>, val accept: List<String>) : Service
+
data class DIDCommServicePeerDID(val id: String, val type: String, val serviceEndpoint: String, val routingKeys: List<String>, val accept: List<String>) : Service

Represents a DIDComm service peer DID.

@@ -97,7 +97,7 @@

Types

-
data class DIDDocPeerDID @JvmOverloads constructor(val did: String, val authentication: List<VerificationMethodPeerDID>, val keyAgreement: List<VerificationMethodPeerDID> = emptyList(), val service: List<Service>? = null)
+
data class DIDDocPeerDID @JvmOverloads constructor(val did: String, val authentication: List<VerificationMethodPeerDID>, val keyAgreement: List<VerificationMethodPeerDID> = emptyList(), val service: List<Service>? = null)

Represents a PeerDID DID Document.

@@ -112,7 +112,7 @@

Types

-
typealias JSON = String
+
typealias JSON = String

Type alias for JSON strings.

@@ -157,7 +157,7 @@

Types

-
data class OtherService(val data: Map<String, Any>) : Service
+
data class OtherService(val data: Map<String, Any>) : Service

Represents a service provided by a DID document.

@@ -172,7 +172,7 @@

Types

-
typealias PeerDID = String
+
typealias PeerDID = String

Defines the type PeerDID, which is an alias for a String.

@@ -202,7 +202,7 @@

Types

- +

Represents the different types of public key fields.

@@ -217,7 +217,7 @@

Types

-
interface Service
+
interface Service

Represents a service.

@@ -232,7 +232,7 @@

Types

- +
@@ -247,7 +247,7 @@

Types

- +
@@ -262,7 +262,7 @@

Types

- +

An enumeration that represents the format of verification material in a PeerDID.

@@ -277,7 +277,7 @@

Types

- +

Represents the verification material used in a PeerDID.

@@ -292,7 +292,7 @@

Types

- +

Represents a verification method used in PeerDID.

@@ -307,7 +307,7 @@

Types

- +

A sealed class representing the types of verification methods for agreements.

@@ -322,7 +322,7 @@

Types

- +

Represents the different types of authentication methods for verification.

@@ -337,7 +337,7 @@

Types

- +

Represents the types of verification methods for PeerDID.

diff --git a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/resolve-peer-d-i-d.html b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/resolve-peer-d-i-d.html index 4b88a1e..93f72ae 100644 --- a/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/resolve-peer-d-i-d.html +++ b/-d-i-d-comm-d-i-d-peer/io.iohk.atala.prism.didcomm.didpeer/resolve-peer-d-i-d.html @@ -67,7 +67,7 @@

resolvePeerDID

-
fun resolvePeerDID(peerDID: PeerDID, format: VerificationMaterialFormatPeerDID = VerificationMaterialFormatPeerDID.MULTIBASE): String(source)

Resolves DIDDocPeerDID from PeerDID

Return

resolved DIDDocPeerDID as JSON string

Parameters

peerDID

PeerDID to resolve

format

The format of public keys in the DID DOC. Default format is multibase.

Throws

+
fun resolvePeerDID(peerDID: PeerDID, format: VerificationMaterialFormatPeerDID = VerificationMaterialFormatPeerDID.MULTIBASE): String(source)

Resolves DIDDocPeerDID from PeerDID

Return

resolved DIDDocPeerDID as JSON string

Parameters

peerDID

PeerDID to resolve

format

The format of public keys in the DID DOC. Default format is multibase.

Throws