Ejemplo n.º 1
0
 public ASN1Encodable getBagAttribute(ASN1ObjectIdentifier oid) {
   return attrCarrier.getBagAttribute(oid);
 }
Ejemplo n.º 2
0
 public Enumeration getBagAttributeKeys() {
   return attrCarrier.getBagAttributeKeys();
 }
Ejemplo n.º 3
0
 public void setBagAttribute(ASN1ObjectIdentifier oid, ASN1Encodable attribute) {
   attrCarrier.setBagAttribute(oid, attribute);
 }