/**
  * Returns whether this ldap attribute contains a value of type byte[].
  *
  * @return whether this ldap attribute contains a value of type byte[]
  */
 public boolean isBinary() {
   return attributeValues.isType(byte[].class);
 }