Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java1301 PKCS12BagAttributeCarrier bagAttrs = (PKCS12BagAttributeCarrier)privKey; in doStore() local
1305 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()
1318bagAttrs.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() local
1396 … DERBMPString nm = (DERBMPString)bagAttrs.getBagAttribute(pkcs_9_at_friendlyName); in doStore()
1399 bagAttrs.setBagAttribute(pkcs_9_at_friendlyName, new DERBMPString(name)); in doStore()
[all …]