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