Functions

Link copied to clipboard

Reverse functionality of encodeToCredentialIdentifier, which can also handle ISO namespaces, i.e. decodes a single string into a credential scheme and format, e.g. from AtomicAttribute2023#jwt_vc_json to at.asitplus.wallet.lib.data.ConstantIndex.AtomicAttribute2023 and CredentialFormatEnum.JWT_VC.

Link copied to clipboard

Reverse functionality of decodeFromCredentialIdentifier, i.e. encodes a credential type and format to a single string, e.g. from at.asitplus.wallet.lib.data.ConstantIndex.AtomicAttribute2023 and CredentialFormatEnum.JWT_VC to AtomicAttribute2023#jwt_vc_json

Link copied to clipboard

Maps the scheme to a map of credential identifiers (see encodeToCredentialIdentifier) to SupportedCredentialFormats, for use in credential issuer's metadata (see at.asitplus.openid.IssuerMetadata.supportedCredentialConfigurations)

Link copied to clipboard