OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:certificate
(Results
1 - 25
of
2776
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
00_Descriptions.txt
2
tpmtoken_import import a
certificate
and key
4
tpmtoken_import import a
certificate
and key
6
tpmtoken_import import a
certificate
and key with -y option
8
tpmtoken_import import a public
certificate
and key
10
tpmtoken_import import a public
certificate
and key
12
tpmtoken_import import a public
certificate
and key with -y option
14
tpmtoken_import import a
certificate
18
tpmtoken_import attempt to import a
certificate
from a key file
20
tpmtoken_import attempt to import a key from a
certificate
file
/bootable/recovery/tests/testdata/
testkey_v5.x509.pem
1
-----BEGIN
CERTIFICATE
-----
10
-----END
CERTIFICATE
-----
/frameworks/base/core/java/android/security/net/config/
TrustAnchor.java
23
public final X509Certificate
certificate
;
field in class:TrustAnchor
26
public TrustAnchor(X509Certificate
certificate
, boolean overridesPins) {
27
if (
certificate
== null) {
28
throw new NullPointerException("
certificate
");
30
this.
certificate
=
certificate
;
/frameworks/base/media/lib/signer/java/com/android/mediadrm/signer/
MediaDrmSigner.java
23
* Provides
certificate
request generation, response handling and
30
* Specify X.509
certificate
type
35
* Contains the opaque data an app uses to request a
certificate
from a provisioning
53
* Get the default URL to use when sending the
certificate
request
55
*
certificate
server URL obtained from other sources.
63
* Contains the wrapped private key and public
certificate
data associated
64
* with a
certificate
.
66
public final static class
Certificate
{
67
private final MediaDrm.
Certificate
mCertificate;
69
Certificate
(MediaDrm.Certificate certificate)
[
all
...]
/external/curl/docs/cmdline-opts/
cert-type.d
4
Help:
Certificate
file type (DER/PEM/ENG)
7
Tells curl what
certificate
type the provided
certificate
is in. PEM, DER and
cert-status.d
4
Help: Verify the status of the server
certificate
6
Tells curl to verify the status of the server
certificate
by using the
7
Certificate
Status Request (aka. OCSP stapling) TLS extension.
10
response, if the response suggests that the server
certificate
has been revoked,
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/jcajce/
JcaX509CertificateHolder.java
6
import org.bouncycastle.asn1.x509.
Certificate
;
18
* @param cert
certificate
to be used a the source for the holder creation.
19
* @throws CertificateEncodingException if there is a problem extracting the
certificate
information.
24
super(
Certificate
.getInstance(cert.getEncoded()));
/cts/hostsidetests/appsecurity/certs/keysets/
cts-keyset-test-ec-a.x509.pem
1
-----BEGIN
CERTIFICATE
-----
10
-----END
CERTIFICATE
-----
/cts/hostsidetests/appsecurity/certs/pkgsigverify/
ec-p256.x509.pem
1
-----BEGIN
CERTIFICATE
-----
10
-----END
CERTIFICATE
-----
ec-p384.x509.pem
1
-----BEGIN
CERTIFICATE
-----
11
-----END
CERTIFICATE
-----
ec-p521.x509.pem
1
-----BEGIN
CERTIFICATE
-----
13
-----END
CERTIFICATE
-----
rsa-1024.x509.pem
1
-----BEGIN
CERTIFICATE
-----
13
-----END
CERTIFICATE
-----
/cts/tests/tests/security/assets/path_building/
b.pem
1
-----BEGIN
CERTIFICATE
-----
17
-----END
CERTIFICATE
-----
b_to_a.pem
1
-----BEGIN
CERTIFICATE
-----
17
-----END
CERTIFICATE
-----
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
ssl_cert.pem
1
-----BEGIN
CERTIFICATE
-----
14
-----END
CERTIFICATE
-----
/external/autotest/client/cros/
httpd_unittest_server.pem
1
-----BEGIN
CERTIFICATE
-----
17
-----END
CERTIFICATE
-----
/external/autotest/client/site_tests/platform_AccurateTime/src/
ca.csr
1
-----BEGIN
CERTIFICATE
REQUEST-----
13
-----END
CERTIFICATE
REQUEST-----
cert.csr
1
-----BEGIN
CERTIFICATE
REQUEST-----
13
-----END
CERTIFICATE
REQUEST-----
/external/autotest/client/site_tests/security_OpenSSLBlacklist/src/
ca.csr
1
-----BEGIN
CERTIFICATE
REQUEST-----
13
-----END
CERTIFICATE
REQUEST-----
cert.csr
1
-----BEGIN
CERTIFICATE
REQUEST-----
13
-----END
CERTIFICATE
REQUEST-----
/external/boringssl/src/ssl/test/runner/
ecdsa_p224_cert.pem
1
-----BEGIN
CERTIFICATE
-----
12
-----END
CERTIFICATE
-----
ecdsa_p256_cert.pem
1
-----BEGIN
CERTIFICATE
-----
12
-----END
CERTIFICATE
-----
ecdsa_p384_cert.pem
1
-----BEGIN
CERTIFICATE
-----
15
-----END
CERTIFICATE
-----
ed25519_cert.pem
1
-----BEGIN
CERTIFICATE
-----
11
-----END
CERTIFICATE
-----
rsa_1024_cert.pem
1
-----BEGIN
CERTIFICATE
-----
15
-----END
CERTIFICATE
-----
Completed in 631 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>