Uses of Class
com.nimbusds.openid.connect.sdk.assurance.evidences.attachment.EmbeddedAttachment
-
Packages that use EmbeddedAttachment Package Description com.nimbusds.openid.connect.sdk.assurance.evidences.attachment OpenID Connect for Identity Assurance 1.0 evidence attachment classes. -
-
Uses of EmbeddedAttachment in com.nimbusds.openid.connect.sdk.assurance.evidences.attachment
Methods in com.nimbusds.openid.connect.sdk.assurance.evidences.attachment that return EmbeddedAttachment Modifier and Type Method Description static EmbeddedAttachmentEmbeddedAttachment. parse(net.minidev.json.JSONObject jsonObject)Parses an embedded attachment from the specified JSON object.EmbeddedAttachmentAttachment. toEmbeddedAttachment()Casts this attachment to an embedded attachment.
-