OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x509
(Results
226 - 250
of
1072
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
polochallengeresponsetest.cc
30
// openssl req -
x509
-nodes -days 365 -newkey rsa:1024 -out cert.pem
95
X509
* client_cert;
97
X509
* server_cert;
/prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/
x509.a
7
package
x509
29
import pkix "crypto/
x509
/pkix"
161
type @"crypto/
x509
/pkix".AttributeTypeAndValue struct { Type @"encoding/asn1".ObjectIdentifier; Value interface {} }
162
type @"crypto/
x509
/pkix".RelativeDistinguishedNameSET []@"crypto/
x509
/pkix".AttributeTypeAndValue
163
type @"crypto/
x509
/pkix".RDNSequence []@"crypto/
x509
/pkix".RelativeDistinguishedNameSET
164
type @"crypto/
x509
/pkix".Name struct { Country []string; Organization []string; OrganizationalUnit []string; Locality []string; Province []string; StreetAddress []string; PostalCode []string; SerialNumber string; CommonName string; Names []@"crypto/
x509
/pkix".AttributeTypeAndValue; ExtraNames []@"crypto/
x509
/pkix".AttributeTypeAndValue
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64/crypto/
x509.a
7
package
x509
28
import pkix "crypto/
x509
/pkix"
158
type @"crypto/
x509
/pkix".AttributeTypeAndValue struct { Type @"encoding/asn1".ObjectIdentifier; Value interface {} }
159
type @"crypto/
x509
/pkix".RelativeDistinguishedNameSET []@"crypto/
x509
/pkix".AttributeTypeAndValue
160
type @"crypto/
x509
/pkix".RDNSequence []@"crypto/
x509
/pkix".RelativeDistinguishedNameSET
161
type @"crypto/
x509
/pkix".Name struct { Country []string; Organization []string; OrganizationalUnit []string; Locality []string; Province []string; StreetAddress []string; PostalCode []string; SerialNumber string; CommonName string; Names []@"crypto/
x509
/pkix".AttributeTypeAndValue; ExtraNames []@"crypto/
x509
/pkix".AttributeTypeAndValue
[
all
...]
/libcore/luni/src/test/java/libcore/java/security/cert/
X509CertificateTest.java
68
private static final String CERT_RSA = "
x509
/cert-rsa.der";
70
private static final String CERT_DSA = "
x509
/cert-dsa.der";
72
private static final String CERT_EC = "
x509
/cert-ec.der";
74
private static final String CERT_KEYUSAGE_EXTRALONG = "
x509
/cert-keyUsage-extraLong.der";
76
private static final String CERT_EXTENDEDKEYUSAGE = "
x509
/cert-extendedKeyUsage.der";
78
private final static String CERT_RSA_TBS = "
x509
/cert-rsa-tbs.der";
80
private final static String CERT_RSA_SIGNATURE = "
x509
/cert-rsa-sig.der";
82
private static final String CERT_USERWITHPATHLEN = "
x509
/cert-userWithPathLen.der";
84
private static final String CERT_CA = "
x509
/cert-ca.der";
86
private static final String CERT_CAWITHPATHLEN = "
x509
/cert-caWithPathLen.der"
[
all
...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
AttributeCertificateHolder.java
12
import org.bouncycastle.asn1.
x509
.AlgorithmIdentifier;
13
import org.bouncycastle.asn1.
x509
.GeneralName;
14
import org.bouncycastle.asn1.
x509
.GeneralNames;
15
import org.bouncycastle.asn1.
x509
.Holder;
16
import org.bouncycastle.asn1.
x509
.IssuerSerial;
17
import org.bouncycastle.asn1.
x509
.ObjectDigestInfo;
X509CertificateHolder.java
14
import org.bouncycastle.asn1.
x509
.AlgorithmIdentifier;
15
import org.bouncycastle.asn1.
x509
.Certificate;
16
import org.bouncycastle.asn1.
x509
.Extension;
17
import org.bouncycastle.asn1.
x509
.Extensions;
18
import org.bouncycastle.asn1.
x509
.SubjectPublicKeyInfo;
19
import org.bouncycastle.asn1.
x509
.TBSCertificate;
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
ForwardState.java
40
import sun.security.
x509
.SubjectAlternativeNameExtension;
41
import sun.security.
x509
.GeneralNames;
42
import sun.security.
x509
.GeneralName;
43
import sun.security.
x509
.GeneralNameInterface;
44
import sun.security.
x509
.X500Name;
45
import sun.security.
x509
.X509CertImpl;
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
X509Certificate2Test.java
42
CertificateFactory certFact = CertificateFactory.getInstance("
X509
");
67
CertificateFactory certFact = CertificateFactory.getInstance("
X509
");
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/provider/jsse/
JSSETestData.java
53
KeyManagerFactory kmf = KeyManagerFactory.getInstance("
X509
");
56
TrustManagerFactory tmf = TrustManagerFactory.getInstance("
X509
");
/external/boringssl/src/crypto/pem/
pem_info.c
72
#include <openssl/
x509
.h>
138
if (xi->
x509
!= NULL)
144
pp=&(xi->
x509
);
149
if (xi->
x509
!= NULL)
155
pp=&(xi->
x509
);
284
if ((xi->
x509
!= NULL) || (xi->crl != NULL) ||
389
if ((xi->
x509
!= NULL) && (PEM_write_bio_X509(bp,xi->
x509
) <= 0))
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
SingleResponse.java
11
import org.bouncycastle.asn1.
x509
.Extensions;
12
import org.bouncycastle.asn1.
x509
.X509Extensions;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
PolicyQualifierInfo.java
1
package org.bouncycastle.asn1.
x509
;
61
* @param as <code>PolicyQualifierInfo</code>
X509
structure
X509ExtensionsGenerator.java
1
package org.bouncycastle.asn1.
x509
;
14
* @deprecated use org.bouncycastle.asn1.
x509
.ExtensionsGenerator
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCERSAPublicKey.java
10
import org.bouncycastle.asn1.
x509
.AlgorithmIdentifier;
11
import org.bouncycastle.asn1.
x509
.SubjectPublicKeyInfo;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
AttributeCertificateHolder.java
1
package org.bouncycastle.
x509
;
22
import org.bouncycastle.asn1.
x509
.AlgorithmIdentifier;
23
import org.bouncycastle.asn1.
x509
.GeneralName;
24
import org.bouncycastle.asn1.
x509
.GeneralNames;
25
import org.bouncycastle.asn1.
x509
.Holder;
26
import org.bouncycastle.asn1.
x509
.IssuerSerial;
27
import org.bouncycastle.asn1.
x509
.ObjectDigestInfo;
63
holder = new org.bouncycastle.asn1.
x509
.Holder(new IssuerSerial(
X509CertStoreSelector.java
1
package org.bouncycastle.
x509
;
14
* @see org.bouncycastle.
x509
.X509Store
/external/ipsec-tools/src/racoon/samples/
racoon.conf.in
60
certificate_type
x509
"my.cert.pem" "my.key.pem";
83
#certificate_type
x509
"mycert" "mypriv";
/packages/apps/TvSettings/Settings/
proguard.cfg
53
-dontwarn org.bouncycastle.
x509
.util.LDAPStoreHelper
59
-dontwarn org.bouncycastle.
x509
.X509V3CertificateGenerator
/prebuilts/go/darwin-x86/src/cmd/vet/whitelist/
whitelist.go
19
"crypto/
x509
/pkix.RDNSequence": true,
20
"crypto/
x509
/pkix.RelativeDistinguishedNameSET": true,
/prebuilts/go/linux-x86/src/cmd/vet/whitelist/
whitelist.go
19
"crypto/
x509
/pkix.RDNSequence": true,
20
"crypto/
x509
/pkix.RelativeDistinguishedNameSET": true,
/system/keymaster/
openssl_utils.h
25
#include <openssl/
x509
.h>
65
DEFINE_OPENSSL_OBJECT_POINTER(
X509
)
/prebuilts/go/darwin-x86/src/crypto/x509/
verify.go
5
package
x509
47
return "
x509
: certificate is not authorized to sign other certificates"
49
return "
x509
: certificate has expired or is not yet valid"
51
return "
x509
: a root or intermediate certificate is not authorized to sign in this domain"
53
return "
x509
: too many intermediates for path length constraint"
55
return "
x509
: certificate specifies an incompatible key usage"
57
return "
x509
: unknown error"
74
return "
x509
: cannot validate certificate for " + h.Host + " because it doesn't contain any IP SANs"
89
return "
x509
: certificate is valid for " + valid + ", not " + h.Host
104
s := "
x509
: certificate signed by unknown authority
[
all
...]
/prebuilts/go/linux-x86/src/crypto/x509/
verify.go
5
package
x509
47
return "
x509
: certificate is not authorized to sign other certificates"
49
return "
x509
: certificate has expired or is not yet valid"
51
return "
x509
: a root or intermediate certificate is not authorized to sign in this domain"
53
return "
x509
: too many intermediates for path length constraint"
55
return "
x509
: certificate specifies an incompatible key usage"
57
return "
x509
: unknown error"
74
return "
x509
: cannot validate certificate for " + h.Host + " because it doesn't contain any IP SANs"
89
return "
x509
: certificate is valid for " + valid + ", not " + h.Host
104
s := "
x509
: certificate signed by unknown authority
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64/net/http/
httptest.a
135
import
x509
"crypto/
x509
" // indirect
136
type @"crypto/
x509
".SignatureAlgorithm int
137
type @"crypto/
x509
".PublicKeyAlgorithm int
255
import pkix "crypto/
x509
/pkix" // indirect
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/net/http/
httptest.a
135
import
x509
"crypto/
x509
" // indirect
136
type @"crypto/
x509
".SignatureAlgorithm int
137
type @"crypto/
x509
".PublicKeyAlgorithm int
255
import pkix "crypto/
x509
/pkix" // indirect
[
all
...]
Completed in 1177 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>