Searched refs:pkcs_9_at_localKeyId (Results 1 – 2 of 2) sorted by relevance
924 else if (aOid.equals(pkcs_9_at_localKeyId)) in engineLoad()1021 else if (aOid.equals(pkcs_9_at_localKeyId)) in engineLoad()1082 else if (aOid.equals(pkcs_9_at_localKeyId)) in engineLoad()1186 else if (oid.equals(pkcs_9_at_localKeyId)) in engineLoad()1322 if (bagAttrs.getBagAttribute(pkcs_9_at_localKeyId) == null) in doStore()1326 … bagAttrs.setBagAttribute(pkcs_9_at_localKeyId, createSubjectKeyId(ct.getPublicKey())); in doStore()1353 kSeq.add(pkcs_9_at_localKeyId); in doStore()1413 if (bagAttrs.getBagAttribute(pkcs_9_at_localKeyId) == null) in doStore()1415 … bagAttrs.setBagAttribute(pkcs_9_at_localKeyId, createSubjectKeyId(cert.getPublicKey())); in doStore()1437 fSeq.add(pkcs_9_at_localKeyId); in doStore()[all …]
196 static final ASN1ObjectIdentifier pkcs_9_at_localKeyId = pkcs_9.branch("21").intern(); field