samples/messagedigest/src/META-INF/services/org.apidesign.impl.security.friendapi.DigestProvider
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:52:22 +0200
changeset 43 a161a4cdb597
permissions -rw-r--r--
Repackaging to org.apidesign packages
     1 # this is a provider for the SPI, shall be in the same module as the api & spi
     2 org.apidesign.impl.security.spi.DigestorProvider
     3 
     4 
     5 # this shall be in a separate module that provides the "bridge"
     6 org.apidesign.impl.security.extension.BridgeToOldAlgorithmsProvider
     7