17. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/16/2019 12:20:46 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

17.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\CPRS_32_P2_PCE\OR_30_405V60_SRC\10_2\PKI\Source oPKIEncryptionEx.pas Wed Dec 12 14:05:02 2018 UTC
2 C:\AraxisMergeCompare\Pri_re\CPRS v32 P2 PCE Standardization-redacted\CPRS_32_P2_PCE\OR_30_405V60_SRC\10_2\PKI\Source oPKIEncryptionEx.pas Tue Apr 16 14:10:31 2019 UTC

17.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 62
Changed 2 4
Inserted 0 0
Removed 0 0

17.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

17.4 Active regular expressions

No regular expressions were active.

17.5 Comparison detail

  1   unit oPKIE ncryptionE x;
  2  
  3   // Managem ent Interf aces
  4  
  5   interface
  6  
  7   uses
  8     oPKIEncr yption;
  9  
  10   type
  11     IPKIEncr yptionData Ex = inter face(IInte rface)
  12       ['{RED ACTED}']
  13       functi on getHash Value: Ans iString;
  14  
  15       proced ure setHas hValue(con st aValue:  AnsiStrin g);
  16       proced ure setHas hText(cons t aValue:  AnsiString );
  17       proced ure setHas hHex(const  aValue: A nsiString) ;
  18       proced ure setDat eTimeSigne d(const aV alue: TDat eTime);
  19       proced ure setCrl URL(const  aValue: st ring);
  20       proced ure setSig nature(con st aValue:  string);
  21       proced ure setSig natureID(c onst aValu e: string) ;
  22     end;
  23  
  24     IPKIEncr yptionEngi neEx = int erface(IPK IEncryptio nEngine)
  25       ['{RED ACTED}']
  26       functi on getIsVa lidPIN(con st aPKIPIN : string;  var aMessa ge: string ): boolean ;
  27  
  28       proced ure setVis tASAN(aNew SAN: strin g);
  29     end;
  30  
  31   implementa tion
  32  
  33   end.