Home
last modified time | relevance | path

Searched refs:OID_NAME_TABLE (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/pkcs/
DPKCS9Attribute.java283 private static final Hashtable<ObjectIdentifier, String> OID_NAME_TABLE = field in PKCS9Attribute
286 OID_NAME_TABLE.put(PKCS9_OIDS[1], EMAIL_ADDRESS_STR); in OID_NAME_TABLE.put()
287 OID_NAME_TABLE.put(PKCS9_OIDS[2], UNSTRUCTURED_NAME_STR); in OID_NAME_TABLE.put()
288 OID_NAME_TABLE.put(PKCS9_OIDS[3], CONTENT_TYPE_STR); in OID_NAME_TABLE.put()
289 OID_NAME_TABLE.put(PKCS9_OIDS[4], MESSAGE_DIGEST_STR); in OID_NAME_TABLE.put()
290 OID_NAME_TABLE.put(PKCS9_OIDS[5], SIGNING_TIME_STR); in OID_NAME_TABLE.put()
291 OID_NAME_TABLE.put(PKCS9_OIDS[6], COUNTERSIGNATURE_STR); in OID_NAME_TABLE.put()
292 OID_NAME_TABLE.put(PKCS9_OIDS[7], CHALLENGE_PASSWORD_STR); in OID_NAME_TABLE.put()
293 OID_NAME_TABLE.put(PKCS9_OIDS[8], UNSTRUCTURED_ADDRESS_STR); in OID_NAME_TABLE.put()
294 OID_NAME_TABLE.put(PKCS9_OIDS[9], EXTENDED_CERTIFICATE_ATTRIBUTES_STR); in OID_NAME_TABLE.put()
[all …]
/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/
DPKCS9Attribute.java187 OID_NAME_TABLE; field in PKCS9Attribute
190 OID_NAME_TABLE = null;