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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJDKPKCS12KeyStore.java815 else if (aOid.equals(pkcs_9_at_localKeyId))
912 else if (aOid.equals(pkcs_9_at_localKeyId))
974 else if (aOid.equals(pkcs_9_at_localKeyId))
1073 else if (oid.equals(pkcs_9_at_localKeyId))
1198 if (bagAttrs.getBagAttribute(pkcs_9_at_localKeyId) == null)
1202 bagAttrs.setBagAttribute(pkcs_9_at_localKeyId, createSubjectKeyId(ct.getPublicKey()));
1229 kSeq.add(pkcs_9_at_localKeyId);
1289 if (bagAttrs.getBagAttribute(pkcs_9_at_localKeyId) == null)
1291 bagAttrs.setBagAttribute(pkcs_9_at_localKeyId, createSubjectKeyId(cert.getPublicKey()));
1313 fSeq.add(pkcs_9_at_localKeyId);
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DPKCSObjectIdentifiers.java131 static final ASN1ObjectIdentifier pkcs_9_at_localKeyId = pkcs_9.branch("21"); field in interface:PKCSObjectIdentifiers

Completed in 26 milliseconds