File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -66,10 +66,6 @@ struct SdJwtVcSpec {
6666 static let wellKnownSuffixJWTVcIssuer = " jwt-vc-issuer "
6767 static let wellKnownJWTVcIssuer = " /.well-known/ \( wellKnownSuffixJWTVcIssuer) "
6868
69- /// Deprecated: Removed from SD-JWT-VC
70- @available ( * , deprecated, message: " Replaced with SdJwtVcSpec.mediaSubtypeDCSdJWT " )
71- static let mediaSubtypeVCSdJWT = " vc+sd-jwt "
72-
7369 // MARK: - Media Types
7470 static let mediaSubtypeDCSdJWT = " dc+sd-jwt "
7571 static let mediaTypeApplicationDCSdJWT = " application/ \( mediaSubtypeDCSdJWT) "
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import JSONWebToken
2222
2323private let HTTPS_URI_SCHEME = " https "
2424private let DID_URI_SCHEME = " did "
25- private let SD_JWT_VC_TYPE = " vc +sd-jwt"
25+ private let SD_JWT_DC_TYPE = " dc +sd-jwt"
2626
2727/**
2828 * A protocol to look up public keys from DIDs/DID URLs.
You can’t perform that action at this time.
0 commit comments