/**
  * @param attribute
  */
 public void AddAttribute(AttributeX509 attribute)
 {
     attributes.Add(attribute);
 }