org.ccnx.ccn.impl.security.crypto.SignatureLocks Class Reference
Some platforms (i.e.
More...
List of all members.
|
Static Public Member Functions |
static void | signingLock () |
static void | signingUnock () throws IllegalMonitorStateException |
static void | unwrapLock () |
static void | unwrapUnock () throws IllegalMonitorStateException |
Detailed Description
Some platforms (i.e.
Android) do not handle concurrent signature operations. This class wraps all the locking.
It is possible that we need the same lock between signing and verifying. That is how the original code locked, with a note that it could be more granular (like is done here). The unwrap lock has always been separate from the signing lock.
The documentation for this class was generated from the following file:
- src/org/ccnx/ccn/impl/security/crypto/SignatureLocks.java