OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SslCertificate
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/net/src/android/net/http/cts/
SslCertificateTest.java
36
import android.net.http.
SslCertificate
;
37
import android.net.http.
SslCertificate
.DName;
43
// new the
SslCertificate
instance
45
new
SslCertificate
("c=129", "e=weji", date, date);
47
// new the
SslCertificate
instance
48
new
SslCertificate
(new MockX509Certificate());
192
SslCertificate
ssl = new
SslCertificate
("c=129", "e=weji", date1, date2);
193
Bundle saved =
SslCertificate
.saveState(ssl);
200
assertNull(
SslCertificate
.saveState(null))
[
all
...]
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
compute-gen.go
[
all
...]
Completed in 6585 milliseconds