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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
Handshake.java 49 * certificate handshake type
51 public static final byte CERTIFICATE = 11;
  /build/core/
prebuilt.mk 125 # By setting .CERTIFICATE but not .PRIVATE_KEY, this package will be
126 # mentioned in apkcerts.txt (with certificate set to "PRESIGNED")
128 PACKAGES.$(LOCAL_MODULE).CERTIFICATE := PRESIGNED
131 # If this is not an absolute certificate, assign it to a generic one.
137 PACKAGES.$(LOCAL_MODULE).CERTIFICATE := $(LOCAL_CERTIFICATE).x509.pem
package.mk 362 # an explicit certificate, use the default.
377 # If this is not an absolute certificate, assign it to a generic one.
382 certificate := $(LOCAL_CERTIFICATE).x509.pem macro
384 $(LOCAL_BUILT_MODULE): $(private_key) $(certificate) $(SIGNAPK_JAR)
386 $(LOCAL_BUILT_MODULE): PRIVATE_CERTIFICATE := $(certificate)
389 PACKAGES.$(LOCAL_PACKAGE_NAME).CERTIFICATE := $(certificate)
  /development/testrunner/
android_mk.py 37 CERTIFICATE = "LOCAL_CERTIFICATE"
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JDKKeyStore.java 20 import java.security.cert.Certificate;
77 static final int CERTIFICATE = 1;
102 Certificate[] certChain;
107 Certificate obj)
109 this.type = CERTIFICATE;
118 Certificate[] certChain)
130 Certificate[] certChain)
181 Certificate[] certChain)
324 Certificate[] getCertificateChain()
336 Certificate cert
    [all...]
JDKPKCS12KeyStore.java 22 import java.security.cert.Certificate;
99 static final int CERTIFICATE = 1;
236 * tricky if a certificate appears in more than one chain...
244 Certificate c = (Certificate)certs.remove(alias);
256 c = (Certificate)keyCerts.remove(id);
268 public Certificate engineGetCertificate(
276 Certificate c = (Certificate)certs.get(alias);
286 c = (Certificate)keyCerts.get(id)
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 5562 milliseconds