Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/pkcs/
DPKCS9Attribute.java242 private static final String RSA_PROPRIETARY_STR = "RSAProprietary"; field in PKCS9Attribute
296 OID_NAME_TABLE.put(PKCS9_OIDS[11], RSA_PROPRIETARY_STR); in OID_NAME_TABLE.put() argument
297 OID_NAME_TABLE.put(PKCS9_OIDS[12], RSA_PROPRIETARY_STR); in OID_NAME_TABLE.put() argument
/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/
DPKCS9Attribute.java205 private static final java.lang.String RSA_PROPRIETARY_STR = "RSAProprietary"; field in PKCS9Attribute