OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crlSign
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
ReverseState.java
112
boolean
crlSign
= true;
142
sb.append("\n
crlSign
: ").append(
crlSign
);
210
crlSign
= true;
316
/* update
crlSign
*/
317
crlSign
= RevocationChecker.certCanSignCrl(cert);
DistributionPointFetcher.java
580
// in the CRL issuer's certificate, verify that the
cRLSign
bit is set.
584
boolean[]
crlSign
= {false,false,false,false,false,false,true};
585
certSel.setKeyUsage(
crlSign
);
737
usages[6] = true; //
cRLSign
[
all
...]
Completed in 66 milliseconds