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.java919 else if (aOid.equals(pkcs_9_at_localKeyId)) in engineLoad()
1016 else if (aOid.equals(pkcs_9_at_localKeyId)) in engineLoad()
1077 else if (aOid.equals(pkcs_9_at_localKeyId)) in engineLoad()
1181 else if (oid.equals(pkcs_9_at_localKeyId)) in engineLoad()
1317 if (bagAttrs.getBagAttribute(pkcs_9_at_localKeyId) == null) in doStore()
1321 … bagAttrs.setBagAttribute(pkcs_9_at_localKeyId, createSubjectKeyId(ct.getPublicKey())); in doStore()
1348 kSeq.add(pkcs_9_at_localKeyId); in doStore()
1408 if (bagAttrs.getBagAttribute(pkcs_9_at_localKeyId) == null) in doStore()
1410 … bagAttrs.setBagAttribute(pkcs_9_at_localKeyId, createSubjectKeyId(cert.getPublicKey())); in doStore()
1432 fSeq.add(pkcs_9_at_localKeyId); in doStore()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DPKCSObjectIdentifiers.java194 static final ASN1ObjectIdentifier pkcs_9_at_localKeyId = pkcs_9.branch("21").intern(); field