4 references to GetHashAlgorithmFromDigest
Microsoft.DotNet.SignCheckLibrary (4)
Verification\Jar\JarIndividualEntry.cs (1)
79
HashAlgorithmName = JarUtils.
GetHashAlgorithmFromDigest
(digestAttributeKey, "-Digest");
Verification\Jar\JarSignatureFile.cs (3)
109
a => String.Equals(MainAttributes[a], manifest.GetManifestDigest(JarUtils.
GetHashAlgorithmFromDigest
(a, "-Digest-Manifest")))
127
JarUtils.
GetHashAlgorithmFromDigest
(digestAttributeKey, "-Digest-Manifest-Main-Attributes");
129
manifestFile.GetMainAttributesDigest(JarUtils.
GetHashAlgorithmFromDigest
(digestAttributeKey, "-Digest-Manifest-Main-Attributes")));