Home
last modified time | relevance | path

Searched refs:FreshestCRL_Id (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
DFreshestCRLExtension.java74 super(PKIXExtensions.FreshestCRL_Id, false, distributionPoints, NAME); in FreshestCRLExtension()
86 super(PKIXExtensions.FreshestCRL_Id, critical.booleanValue(), value, in FreshestCRLExtension()
97 super.encode(out, PKIXExtensions.FreshestCRL_Id, false); in encode()
DPKIXExtensions.java219 public static final ObjectIdentifier FreshestCRL_Id; field in PKIXExtensions
267 FreshestCRL_Id = ObjectIdentifier.newInternal(FreshestCRL_data);
DOIDMap.java166 addInternal(FRESHEST_CRL, PKIXExtensions.FreshestCRL_Id, in addInternal() argument
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DPKIXExtensions.java147 public static final sun.security.util.ObjectIdentifier FreshestCRL_Id; field in PKIXExtensions
150 FreshestCRL_Id = null;