OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DATA_OID
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/sun/security/pkcs/
ContentInfo.java
55
public static ObjectIdentifier
DATA_OID
;
68
DATA_OID
= ObjectIdentifier.newInternal(data);
99
this.contentType =
DATA_OID
;
166
if (contentType.equals(
DATA_OID
) ||
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
X509CertPath.java
325
new ContentInfo(ContentInfo.
DATA_OID
, null),
Completed in 71 milliseconds