3 references to JarUtils
Microsoft.DotNet.SignCheckLibrary (3)
Verification\Jar\JarAttributes.cs (2)
50using (Stream s = JarUtils.ToStream(rawText)) 69line = line.TrimStart(' ').TrimEnd(JarUtils.NewLine);
Verification\Jar\JarIndividualEntry.cs (1)
79HashAlgorithmName = JarUtils.GetHashAlgorithmFromDigest(digestAttributeKey, "-Digest");