Uses of Class
com.nimbusds.openid.connect.sdk.assurance.evidences.attachment.HashAlgorithm
-
Packages that use HashAlgorithm Package Description com.nimbusds.openid.connect.sdk.assurance.evidences.attachment OpenID Connect for Identity Assurance 1.0 evidence attachment classes.com.nimbusds.openid.connect.sdk.op OpenID Connect Provider (OP) classes.com.nimbusds.openid.connect.sdk.rp OpenID Connect Relying Party (RP) classes. -
-
Uses of HashAlgorithm in com.nimbusds.openid.connect.sdk.assurance.evidences.attachment
Fields in com.nimbusds.openid.connect.sdk.assurance.evidences.attachment declared as HashAlgorithm Modifier and Type Field Description static HashAlgorithmHashAlgorithm. SHA_256SHA-256.static HashAlgorithmHashAlgorithm. SHA_384SHA-384.static HashAlgorithmHashAlgorithm. SHA_512SHA-512.Methods in com.nimbusds.openid.connect.sdk.assurance.evidences.attachment that return HashAlgorithm Modifier and Type Method Description HashAlgorithmDigest. getHashAlgorithm()Returns the hash algorithm.Methods in com.nimbusds.openid.connect.sdk.assurance.evidences.attachment with parameters of type HashAlgorithm Modifier and Type Method Description static 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.Constructors in com.nimbusds.openid.connect.sdk.assurance.evidences.attachment with parameters of type HashAlgorithm Constructor Description Digest(HashAlgorithm alg, com.nimbusds.jose.util.Base64 value)Creates a new cryptographic digest. -
Uses of HashAlgorithm in com.nimbusds.openid.connect.sdk.op
Methods in com.nimbusds.openid.connect.sdk.op that return types with arguments of type HashAlgorithm Modifier and Type Method Description List<HashAlgorithm>OIDCProviderMetadata. getAttachmentDigestAlgs()List<HashAlgorithm>ReadOnlyOIDCProviderMetadata. getAttachmentDigestAlgs()Gets the supported digest algorithms for the external evidence attachments.Method parameters in com.nimbusds.openid.connect.sdk.op with type arguments of type HashAlgorithm Modifier and Type Method Description voidOIDCProviderMetadata. setAttachmentDigestAlgs(List<HashAlgorithm> digestAlgs)Sets the supported digest algorithms for the external evidence attachments. -
Uses of HashAlgorithm in com.nimbusds.openid.connect.sdk.rp
Methods in com.nimbusds.openid.connect.sdk.rp that return HashAlgorithm Modifier and Type Method Description HashAlgorithmOIDCClientMetadata. getAttachmentDigestAlg()Gets the digest algorithm for the external evidence attachments in OpenID Connect for Identity Assurance 1.0.Methods in com.nimbusds.openid.connect.sdk.rp with parameters of type HashAlgorithm Modifier and Type Method Description voidOIDCClientMetadata. setAttachmentDigestAlg(HashAlgorithm hashAlg)Sets the digest algorithm for the external evidence attachments in OpenID Connect for Identity Assurance 1.0.
-