Searched refs:PKCS9_OIDS (Results 1 – 3 of 3) sorted by relevance
188 static final ObjectIdentifier[] PKCS9_OIDS = new ObjectIdentifier[18]; field in PKCS9Attribute193 for (int i = 1; i < PKCS9_OIDS.length - 2; i++) {194 PKCS9_OIDS[i] =199 PKCS9_OIDS[PKCS9_OIDS.length - 2] =201 PKCS9_OIDS[PKCS9_OIDS.length - 1] =212 public static final ObjectIdentifier EMAIL_ADDRESS_OID = PKCS9_OIDS[1];213 public static final ObjectIdentifier UNSTRUCTURED_NAME_OID = PKCS9_OIDS[2];214 public static final ObjectIdentifier CONTENT_TYPE_OID = PKCS9_OIDS[3];215 public static final ObjectIdentifier MESSAGE_DIGEST_OID = PKCS9_OIDS[4];216 public static final ObjectIdentifier SIGNING_TIME_OID = PKCS9_OIDS[5];[all …]
284 for (int i=1; i < PKCS9Attribute.PKCS9_OIDS.length && in getAttributes()286 attribs[j] = getAttribute(PKCS9Attribute.PKCS9_OIDS[i]); in getAttributes()333 for (int i = 1; i < PKCS9Attribute.PKCS9_OIDS.length; i++) { in toString()334 value = getAttribute(PKCS9Attribute.PKCS9_OIDS[i]); in toString()
193 static final sun.security.util.ObjectIdentifier[] PKCS9_OIDS; field in PKCS9Attribute196 PKCS9_OIDS = new sun.security.util.ObjectIdentifier[0];