Uses of Class
com.nimbusds.openid.connect.sdk.assurance.evidences.attachment.Digest
Packages that use Digest
Package
Description
OpenID Connect for Identity Assurance 1.0 evidence attachment classes.
-
Uses of Digest in com.nimbusds.openid.connect.sdk.assurance.evidences.attachment
Methods in com.nimbusds.openid.connect.sdk.assurance.evidences.attachment that return DigestModifier and TypeMethodDescriptionstatic DigestDigest.compute(HashAlgorithm alg, byte[] content) Computes the digest for the specified content.static DigestDigest.compute(HashAlgorithm alg, com.nimbusds.jose.util.Base64 content) Computes the digest for the specified content.ExternalAttachment.getDigest()Returns the cryptographic digest for the document content.static DigestDigest.parse(net.minidev.json.JSONObject jsonObject) Parses a digest from the specified JSON object.Constructors in com.nimbusds.openid.connect.sdk.assurance.evidences.attachment with parameters of type DigestModifierConstructorDescriptionExternalAttachment(URI url, BearerAccessToken accessToken, long expiresIn, Digest digest, String description) Creates a new external attachment.