OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CERTIFICATE
(Results
1 - 13
of
13
) 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;
CertificateMessage.java
21
import java.security.cert.
Certificate
;
29
* Represents server/client
certificate
message
31
* 1.0 spec., 7.4.2. Server
certificate
; 7.4.6. Client
certificate
</a>
166
return Handshake.
CERTIFICATE
;
/development/testrunner/
create_test.py
75
LOCAL_PACKAGE_NAME := ${MODULE_NAME}Tests${
CERTIFICATE
}
152
# include
certificate
definition if existent in makefile
153
certificate
= mk.GetVariable(mk.
CERTIFICATE
)
154
if
certificate
:
155
cert_definition = ("\n%s := %s" % (mk.
CERTIFICATE
,
certificate
))
160
mapping = {"MODULE_NAME":module_name, "
CERTIFICATE
":cert_definition}
android_mk.py
37
CERTIFICATE
= "LOCAL_CERTIFICATE"
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
CertificateMessageTest.java
36
private static String base64certEncoding = "-----BEGIN
CERTIFICATE
-----\n"
53
+ "-----END
CERTIFICATE
-----\n";
62
assertEquals("incorrect type", Handshake.
CERTIFICATE
, message.getType());
91
assertEquals("incorrect type", Handshake.
CERTIFICATE
, message.getType());
/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
...]
/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
)
/external/openssl/apps/
CA.sh
8
# CA -newreq ... will generate a
certificate
request
12
# and the other the
certificate
) and cat them together and that is what
17
# converts a
certificate
to a request and then signs it.
85
# create a
certificate
88
echo "
Certificate
is in newcert.pem, private key is in newkey.pem"
91
# create a
certificate
request
97
# create a
certificate
request
116
echo "CA
certificate
filename (or enter to create)"
119
# ask user for existing CA
certificate
122
cp_pem $FILE ${CATOP}/$CACERT
CERTIFICATE
[
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 471 milliseconds