Searched refs:pkcs12Attributes (Results 1 – 1 of 1) sorted by relevance
20 private Hashtable pkcs12Attributes; field in PKCS12BagAttributeCarrierImpl25 this.pkcs12Attributes = attributes; in PKCS12BagAttributeCarrierImpl()38 if (pkcs12Attributes.containsKey(oid)) in setBagAttribute()40 pkcs12Attributes.put(oid, attribute); in setBagAttribute()44 pkcs12Attributes.put(oid, attribute); in setBagAttribute()52 return (ASN1Encodable)pkcs12Attributes.get(oid); in getBagAttribute()67 return pkcs12Attributes; in getAttributes()95 aOut.writeObject((ASN1Encodable)pkcs12Attributes.get(oid)); in writeObject()109 this.pkcs12Attributes = (Hashtable)obj; in readObject()