Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java924 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 …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DPKCSObjectIdentifiers.java196 static final ASN1ObjectIdentifier pkcs_9_at_localKeyId = pkcs_9.branch("21").intern(); field