OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trustedcert
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/main/java/java/security/cert/
TrustAnchor.java
45
private final X509Certificate
trustedCert
;
56
* @param
trustedCert
64
public TrustAnchor(X509Certificate
trustedCert
, byte[] nameConstraints) {
65
if (
trustedCert
== null) {
66
throw new NullPointerException("
trustedCert
== null");
68
this.
trustedCert
=
trustedCert
;
122
this.
trustedCert
= null;
169
this.
trustedCert
= null;
195
return
trustedCert
;
[
all
...]
Completed in 437 milliseconds