HomeSort by relevance Sort by last modified time
    Searched full:signer (Results 101 - 125 of 333) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/javax/net/ssl/
X509KeyManagerTest.java 54 .signer(ca.getPrivateKey(caKeyType, caKeyType))
  /libcore/ojluni/src/main/java/sun/security/pkcs/
SignerInfo.java 133 * Parses a PKCS#7 signer info.
142 * Parses a PKCS#7 signer info.
147 * @param derin the ASN.1 encoding of the signer info.
148 * @param oldStyle flag indicating whether or not the given signer info
556 * Examines the signer's unsigned attributes for a
561 * @param info A signer information element of a PKCS 7 block.
589 // Extract the signer (the Timestamping Authority)
592 // Expect only one signer
648 out += "Signer Info for (issuer): " + issuerName + "\n";
PKCS7.java 218 * @param signerInfos an array of signer information.
586 * @param info the signer information.
600 * @param info the signer information.
700 * Returns the signer's information specified in this PKCS7 block.
701 * @return the array of Signer Infos or null if none are specified
790 out += "PKCS7 :: signer infos: \n";
    [all...]
  /build/make/target/product/
core_minimal.mk 49 com.android.mediadrm.signer \
50 com.android.mediadrm.signer.xml \
  /external/vboot_reference/tests/
run_vbutil_tests.sh 134 external signer.${COL_STOP}"
135 # Pack using external signer
  /libcore/ojluni/src/main/java/java/security/
Timestamp.java 118 * their timestamp's and their signer's certificate paths are equal.
141 * its signer's certificate.
  /system/sepolicy/prebuilts/api/26.0/private/
untrusted_app_all.te 7 ### Apps are labeled based on mac_permissions.xml (maps signer and
16 ### a system app into a specific domain, add a signer entry for it to
  /system/sepolicy/private/
untrusted_app_all.te 7 ### Apps are labeled based on mac_permissions.xml (maps signer and
16 ### a system app into a specific domain, add a signer entry for it to
  /tools/apksig/src/main/java/com/android/apksig/internal/apk/v2/
V2SchemeVerifier.java 131 * Parses each signer in the provided APK Signature Scheme v2 block and populates
134 * <p>This verifies signatures over {@code signed-data} block contained in each signer block.
168 ByteBuffer signer = getLengthPrefixedSlice(signers); local
169 parseSigner(signer, certFactory, signerInfo, contentDigestsToVerify);
178 * Parses the provided signer block and populates the {@code result}.
488 // in signer blocks.
    [all...]
  /external/v8/tools/testrunner/server/
main.py 220 signer = data[3]
221 if not self.IsTrusted(signer):
226 signer_pubkeyfile = self._PubkeyFilename(signer)
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SignerInfoGeneratorBuilder.java 45 * If the passed in flag is true, the signer signature will be based on the data, not
CMSSignedGenerator.java 228 * Add a generator for a particular signer to this CMS SignedData generator.
230 * @param infoGen the generator representing the particular signer.
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordType.java 187 * Delegation Signer [RFC3658]
  /frameworks/base/media/lib/signer/java/com/android/mediadrm/signer/
MediaDrmSigner.java 17 package com.android.mediadrm.signer;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
CodeSignerTest.java 126 assertTrue(new CodeSigner(cpath, null).toString().contains("Signer"));
  /libcore/ojluni/src/main/java/javax/crypto/
JceSecurity.java 177 * means the signer's certificate can be traced back to a
387 // Enforce the signer restraint, i.e. signer of JCE framework
388 // jar should also be the signer of the two jurisdiction policy
  /build/make/tools/signapk/src/com/android/signapk/
SignApk.java 321 ContentSigner signer = local
330 .build(signer, publicKey));
615 // write to both output streams. out is the CMSTypedData signer and tee is the file.
628 // write to both output streams. out is the CMSTypedData signer and tee is the file.
644 private WholeFileSignerOutputStream signer; field in class:SignApk.CMSSigner
681 signer = new WholeFileSignerOutputStream(out, outputStream);
682 JarOutputStream outputJar = new JarOutputStream(signer);
687 signer.notifyClosing();
689 signer.finish();
705 return signer;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/3.0.0-alpha9/
apksig-3.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/3.0.0-beta1/
apksig-3.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/3.0.0-beta2/
apksig-3.0.0-beta2.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/3.0.0-alpha6/
apksig-3.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/3.0.0-alpha7/
apksig-3.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/2.3.0/
apksig-2.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/apksig/2.3.0-beta3/
apksig-2.3.0-beta3.jar 

Completed in 2772 milliseconds

1 2 3 45 6 7 8 91011>>