OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FreshestCRL_Id
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/java/sun/security/x509/
FreshestCRLExtension.java
74
super(PKIXExtensions.
FreshestCRL_Id
, false, distributionPoints, NAME);
86
super(PKIXExtensions.
FreshestCRL_Id
, critical.booleanValue(), value,
97
super.encode(out, PKIXExtensions.
FreshestCRL_Id
, false);
PKIXExtensions.java
219
public static final ObjectIdentifier
FreshestCRL_Id
;
267
FreshestCRL_Id
= ObjectIdentifier.newInternal(FreshestCRL_data);
OIDMap.java
165
addInternal(FRESHEST_CRL, PKIXExtensions.
FreshestCRL_Id
,
Completed in 74 milliseconds