Home | History | Annotate | Download | only in util

Lines Matching refs:oid

35         ASN1ObjectIdentifier oid,
38 if (pkcs12Attributes.containsKey(oid))
40 pkcs12Attributes.put(oid, attribute);
44 pkcs12Attributes.put(oid, attribute);
45 pkcs12Ordering.addElement(oid);
50 ASN1ObjectIdentifier oid)
52 return (ASN1Encodable)pkcs12Attributes.get(oid);
92 ASN1ObjectIdentifier oid = (ASN1ObjectIdentifier)e.nextElement();
94 aOut.writeObject(oid);
95 aOut.writeObject((ASN1Encodable)pkcs12Attributes.get(oid));
116 ASN1ObjectIdentifier oid;
118 while ((oid = (ASN1ObjectIdentifier)aIn.readObject()) != null)
120 this.setBagAttribute(oid, aIn.readObject());