4 references to ReadBytes
Microsoft.DotNet.SignCheckLibrary (4)
Verification\Jar\JarSignatureFile.cs (4)
209byte[] signatureBlockBytes = JarUtils.ReadBytes(ArchivePath, SignatureBlockFilePath); 210byte[] signatureFileBytes = JarUtils.ReadBytes(ArchivePath, SignatureFilePath); 240byte[] signatureBlockBytes = JarUtils.ReadBytes(ArchivePath, SignatureBlockFilePath); 241byte[] signatureFileBytes = JarUtils.ReadBytes(ArchivePath, SignatureFilePath);