OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REVOKED
(Results
1 - 7
of
7
) sorted by null
/libcore/ojluni/src/main/java/java/security/cert/
CertPathValidatorException.java
277
* The certificate is
revoked
.
279
REVOKED
,
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
RevocationChecker.java
366
if (e.getReason() == BasicReason.
REVOKED
) {
400
if (x.getReason() == BasicReason.
REVOKED
) {
640
"Unrecognized critical extension(s) in
revoked
" +
655
t.getMessage(), t, null, -1, BasicReason.
REVOKED
);
729
if (certStatus == RevocationStatus.CertStatus.
REVOKED
) {
737
-1, BasicReason.
REVOKED
);
[
all
...]
OCSP.java
342
public enum CertStatus { GOOD,
REVOKED
, UNKNOWN };
349
* Returns the time when the certificate was
revoked
, or null
350
* if it has not been
revoked
.
354
* Returns the reason the certificate was
revoked
, or null if it
355
* has not been
revoked
.
OCSPResponse.java
107
*
revoked
[1] IMPLICIT RevokedInfo,
695
certStatus = CertStatus.
REVOKED
;
[
all
...]
SunCertPathBuilder.java
514
// If the target cert itself is
revoked
, we
517
&& cpve.getReason() == BasicReason.
REVOKED
) {
[
all
...]
/libcore/luni/src/test/java/tests/security/cert/
CertPathValidatorExceptionTest.java
451
cause, certPath, 1, BasicReason.
REVOKED
);
457
assertEquals(BasicReason.
REVOKED
, exception.getReason());
/prebuilts/sdk/24/
android.jar
Completed in 561 milliseconds