Searched refs:PKCS9LocalKeyId_OID (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs12/
H A DPKCS12KeyStore.java141 private static ObjectIdentifier PKCS9LocalKeyId_OID; field in class:PKCS12KeyStore
163 PKCS9LocalKeyId_OID = new ObjectIdentifier(pkcs9KeyId);
970 bagAttr2.putOID(PKCS9LocalKeyId_OID);
1478 } else if (attrId.equals(PKCS9LocalKeyId_OID)) {

Completed in 31 milliseconds