OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CERTIFICATE
(Results
1 - 7
of
7
) sorted by null
/development/testrunner/
android_mk.py
37
CERTIFICATE
= "LOCAL_CERTIFICATE"
/build/core/
dpi_specific_apk.mk
33
$(built_dpi_apk): PRIVATE_CERTIFICATE := $(
certificate
)
41
$(built_dpi_apk) : $(private_key) $(
certificate
) $(SIGNAPK_JAR)
66
PACKAGES.$(dpi_apk_name).
CERTIFICATE
:= $(
certificate
)
prebuilt_internal.mk
154
# By setting .
CERTIFICATE
but not .PRIVATE_KEY, this package will be
155
# mentioned in apkcerts.txt (with
certificate
set to "PRESIGNED")
157
PACKAGES.$(LOCAL_MODULE).
CERTIFICATE
:= PRESIGNED
160
# If this is not an absolute
certificate
, assign it to a generic one.
166
PACKAGES.$(LOCAL_MODULE).
CERTIFICATE
:= $(LOCAL_CERTIFICATE).x509.pem
package_internal.mk
329
# an explicit
certificate
, use the default.
344
# If this is not an absolute
certificate
, assign it to a generic one.
349
certificate
:= $(LOCAL_CERTIFICATE).x509.pem
macro
351
$(LOCAL_BUILT_MODULE): $(private_key) $(
certificate
) $(SIGNAPK_JAR)
353
$(LOCAL_BUILT_MODULE): PRIVATE_CERTIFICATE := $(
certificate
)
356
PACKAGES.$(LOCAL_PACKAGE_NAME).
CERTIFICATE
:= $(
certificate
)
443
$(built_apk_splits): PRIVATE_CERTIFICATE := $(
certificate
)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
BcKeyStoreSpi.java
20
import java.security.cert.
Certificate
;
73
static final int
CERTIFICATE
= 1;
101
Certificate
[] certChain;
106
Certificate
obj)
108
this.type =
CERTIFICATE
;
117
Certificate
[] certChain)
129
Certificate
[] certChain)
180
Certificate
[] certChain)
323
Certificate
[] getCertificateChain()
335
Certificate
cert
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java
24
import java.security.cert.
Certificate
;
124
static final int
CERTIFICATE
= 1;
261
* tricky if a
certificate
appears in more than one chain...
269
Certificate
c = (
Certificate
)certs.remove(alias);
281
c = (
Certificate
)keyCerts.remove(id);
293
public
Certificate
engineGetCertificate(
301
Certificate
c = (
Certificate
)certs.get(alias);
311
c = (
Certificate
)keyCerts.get(id)
[
all
...]
/external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar
Completed in 184 milliseconds