History log of /libcore/luni/src/test/java/libcore/java/security/MockSignatureSpi.java
Revision Date Author Comments
beff0f1375b635c692d48190aa69a06986b5111f 06-Feb-2014 Kenny Root <kroot@google.com> Late binding: reinitializing causes selection

The Sun PKCS#11 document says that calling initialization with different
keys causes a new provider and service will be chosen. Currently the RI
fails these tests, but it seems like the correct thing to do.

Change-Id: Ie40d8ef5f0996477e157ffbc0d9f145448df3df1
c539bff0ece3ed8a7546336cdf3b205a518a2a26 06-Feb-2014 Kenny Root <kroot@google.com> Late binding: add support to Signature

This adds support for late binding (or delayed selection) to the
Signature class. This allows the selection of the SignatureSpi based on
what kind of Key class is used to initSign(...) or initVerify(...)

Change-Id: I9d397a3aab48b49dfdf91af4ab7caceeff4822d8