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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
SignerWithRecovery.java 4 * Signer with message recovery.
7 extends Signer
10 * Returns true if the signer has recovered the full message as
26 * be the first update method called, and calling it will result in the signer assuming
Signer.java 4 * Generic signer interface for hash based and message recovery signers.
6 public interface Signer
9 * Initialise the signer for signing or verification.
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
SignerStub.java 26 import java.security.Signer;
29 * Stub for abstract class Signer, necessary for testing purposes
32 public class SignerStub extends Signer {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
SignerTest.java 33 * tests for class Signer
48 * @tests java.security.Signer#toString()
51 Signer s1 = new SignerStub("testToString1");
52 assertEquals("[Signer]testToString1", s1.toString());
54 Signer s2 = new SignerStub("testToString2", IdentityScope.getSystemScope());
66 * verify Signer() creates instance
69 Signer s = new SignerStub();
76 * verify Signer(String) creates instance
79 Signer s = new SignerStub("sss3");
86 * verify Signer(String, IdentityScope) creates instanc
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
signer.js 260 this.signer_ = new Signer(this.timer_, this.origin_,
270 * Called when this request's signer fails.
271 * @param {U2fError} error The failure reported by the signer.
280 * Called when this request's signer succeeds.
304 function Signer(timer, origin, errorCb, successCb,
342 Signer.prototype.setChallenges = function(signChallenges, opt_appId) {
360 Signer.prototype.checkAppIds_ = function() {
385 Signer.prototype.originChecked_ = function(appIds, result) {
408 Signer.prototype.appIdChecked_ = function(result) {
424 * Begins signing this signer's challenges
    [all...]
usbsignhandler.js 86 * @param {MultipleSignerResult} signResult Signer result object
87 * @param {boolean} moreExpected Whether the signer expects to produce more
100 // If the signer doesn't expect more results, return the error directly to
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
RSADigestSigner.java 20 import org.bouncycastle.crypto.Signer;
28 implements Signer
84 * initialise the signer for signing or verification.
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 350 milliseconds