Searched refs:certBag (Results 1 - 1 of 1) sorted by relevance
| /openjdk7/jdk/src/share/classes/sun/security/pkcs12/ |
| H A D | PKCS12KeyStore.java | 126 private static final int certBag[] = {1, 2, 840, 113549, 1, 12, 10, 1, 3}; field in class:PKCS12KeyStore 161 CertBag_OID = new ObjectIdentifier(certBag); 1020 DerOutputStream certBag = new DerOutputStream(); 1021 certBag.putOID(PKCS9CertType_OID); 1027 certBag.write(DerValue.createTag(DerValue.TAG_CONTEXT, 1032 certout.write(DerValue.tag_Sequence, certBag);
|
Completed in 33 milliseconds