Add thumbprint support in XCertificate.

Issue number:
Submitted by:
Reviewed by:
This commit is contained in:
Michael Mi
2004-07-15 07:12:10 +00:00
parent 9e997f79d0
commit ff5c6eb43f
12 changed files with 136 additions and 67 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: signdemo.cxx,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: mt $ $Date: 2004-07-12 13:15:30 $
* last change: $Author: mmi $ $Date: 2004-07-15 08:12:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -199,7 +199,7 @@ int SAL_CALL main( int argc, char **argv )
/*
* creates signature
*/
bool bDone = aSignatureHelper.CreateAndWriteSignatue( xOutputStream );
bool bDone = aSignatureHelper.CreateAndWriteSignature( xOutputStream );
if ( !bDone )
{