SdJwtInlineIssuanceEntry.SupportedSdJwt


public final class SdJwtInlineIssuanceEntry.SupportedSdJwt


Configuration determining whether the SdJwtInlineIssuanceEntry should be offered for a presentation request

Throws
kotlin.IllegalArgumentException

if verifiableCredentialType is empty

Summary

Public constructors

SupportedSdJwt(@NonNull String verifiableCredentialType)

Public methods

boolean
equals(Object other)
final @NonNull String

the verifiable credential type (vct) as defined in the SD-JWT VC spec

int

Public constructors

SupportedSdJwt

Added in 1.0.0-alpha02
public SupportedSdJwt(@NonNull String verifiableCredentialType)

Public methods

equals

public boolean equals(Object other)

getVerifiableCredentialType

Added in 1.0.0-alpha02
public final @NonNull String getVerifiableCredentialType()

the verifiable credential type (vct) as defined in the SD-JWT VC spec

hashCode

public int hashCode()