current.remove_received_credentials();
}
private void removeAttribute()
{
ReceivedCredentials creds = current.received_credentials();
if (creds == null)
{
return;
}
SecAttribute[] attributes = creds.get_attributes(
new AttributeType[]{ type } );
if (attributes.length != 0)
{
attrib_mgr.removeAttribute(attributes[0]);