HomeSort by relevance Sort by last modified time
    Searched refs:dsig (Results 1 - 2 of 2) sorted by null

  /external/nanopb-c/tools/
make_windows_package.sh 40 <file name="msvcr90.dll" hashalg="SHA1" hash="e0dcdcbfcb452747da530fae6b000d47c8674671"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>KSaO8M0iCtPF6YEr79P1dZsnomY=</dsig:DigestValue></asmv2:hash></file> <file name="msvcp90.dll" hashalg="SHA1" hash="81efe890e4ef2615c0bb4dda7b94bea177c86ebd"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-micro (…)
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
DigitalSignatureTest.java 120 DigitalSignature dsig = new DigitalSignature(2); local
122 dsig.init(privateKey);
133 dsig.setMD5(md5);
134 dsig.setSHA(sha1);
136 byte[] enc = dsig.sign();
139 dsig.init(cert);
140 assertTrue(dsig.verifySignature(enc));

Completed in 78 milliseconds