Searched refs:bagAttrs (Results 1 – 1 of 1) sorted by relevance
1301 PKCS12BagAttributeCarrier bagAttrs = (PKCS12BagAttributeCarrier)privKey; in doStore() local1305 DERBMPString nm = (DERBMPString)bagAttrs.getBagAttribute(pkcs_9_at_friendlyName); in doStore()1308 bagAttrs.setBagAttribute(pkcs_9_at_friendlyName, new DERBMPString(name)); in doStore()1314 if (bagAttrs.getBagAttribute(pkcs_9_at_localKeyId) == null) in doStore()1318 … bagAttrs.setBagAttribute(pkcs_9_at_localKeyId, createSubjectKeyId(ct.getPublicKey())); in doStore()1321 Enumeration e = bagAttrs.getBagAttributeKeys(); in doStore()1329 kSeq.add(new DERSet(bagAttrs.getBagAttribute(oid))); in doStore()1392 PKCS12BagAttributeCarrier bagAttrs = (PKCS12BagAttributeCarrier)cert; in doStore() local1396 … DERBMPString nm = (DERBMPString)bagAttrs.getBagAttribute(pkcs_9_at_friendlyName); in doStore()1399 bagAttrs.setBagAttribute(pkcs_9_at_friendlyName, new DERBMPString(name)); in doStore()[all …]